llvm-project
fdd2d4df - [AArch64] Define constructive EXT_ZZI pseudo instruction (#152552)

Commit
85 days ago
[AArch64] Define constructive EXT_ZZI pseudo instruction (#152552) It will get expanded into MOVPRFX_ZZ and EXT_ZZI by the AArch64ExpandPseudo pass. This instruction takes a single Z register as input, as opposed to the existing destructive EXT_ZZI instruction. Note this patch only defines the pseudo, it isn't used in any ISel pattern yet. It will later be used for vector.extract.
Author
Parents
Loading