[PATCH] D102656: [AArch64][GlobalISel] Prefer mov for s32->s64 G_ZEXT
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 16:10:09 PDT 2021
paquette added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-rev.ll:117
+; GISEL: // %bb.0: // %entry
+; GISEL-NEXT: mov w8, w0
+; GISEL-NEXT: rev x8, x8
----------------
This is the case that actually changed here. We probably shouldn't actually emit the mov to match SDAG. I think that's a different patch though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102656/new/
https://reviews.llvm.org/D102656
More information about the llvm-commits
mailing list