[PATCH] D110959: [AArch64][GlobalISel] Change G_ANYEXT fed by scalar G_ICMP to G_ZEXT
Jon Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 1 13:02:56 PDT 2021
jroelofs added inline comments.
================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp:271
+ //
+ // %cmp:_(s32) = G_ICMP ... <-- produces 0/1.
+ // %ext:_(s64) = G_ANYEXT %cmp(s32)
----------------
G_FCMP too?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110959/new/
https://reviews.llvm.org/D110959
More information about the llvm-commits
mailing list