Cranelift AArch64: Migrate Bitselect and Vselect to ISLE (#4139)
Copyright (c) 2022, Arm Limited.
This commit is contained in:
@@ -293,6 +293,11 @@
|
||||
(decl fits_in_64 (Type) Type)
|
||||
(extern extractor fits_in_64 fits_in_64)
|
||||
|
||||
;; An extractor that only matches scalar booleans, integers, and references that
|
||||
;; can fit in 64 bits.
|
||||
(decl ty_int_bool_ref_scalar_64 (Type) Type)
|
||||
(extern extractor ty_int_bool_ref_scalar_64 ty_int_bool_ref_scalar_64)
|
||||
|
||||
;; An extractor that matches 32- and 64-bit types only.
|
||||
(decl ty_32_or_64 (Type) Type)
|
||||
(extern extractor ty_32_or_64 ty_32_or_64)
|
||||
|
||||
Reference in New Issue
Block a user