[PATCH] D103263: [AArch64] Add S/UQXTRN tablegen patterns.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 06:28:28 PDT 2021


dmgreen added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:4230
+def VImmFFFF: PatLeaf<(AArch64NvCast (v2i64 (AArch64movi_edit (i32 51))))>;
+def VImmEF:   PatLeaf<(AArch64movi_shift (i32 127), (i32 0))>;
+def VImm80:   PatLeaf<(AArch64mvni_shift (i32 127), (i32 0))>;
----------------
Sander pointed out that these should be 7F, not EF. Doh! I'll update those.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103263/new/

https://reviews.llvm.org/D103263



More information about the llvm-commits mailing list