[PATCH] D155470: [AArch64] LSLFast to fold onto base address by default
Allen zhong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 04:11:24 PDT 2023
Allen added a comment.
Agree with @dmgreen, fold small shift into addressing operands don't create the instruction latency and reduce register usage, GCC has done this folding, https://gcc.godbolt.org/z/68zEq8x81
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155470/new/
https://reviews.llvm.org/D155470
More information about the llvm-commits
mailing list