[PATCH] D155484: [AArch64] Global Isel Funnel Shift Lowering
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 07:06:10 PDT 2023
dmgreen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp:870
+ {s32, s64},
+ {s64, s32},
+ {s64, s64}})
----------------
I think that the s64, s32 combo will never come up. The s32, x64 only comes up due to the way this is being legalized.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155484/new/
https://reviews.llvm.org/D155484
More information about the llvm-commits
mailing list