[PATCH] D111933: [RISCV] Optimize immediate materialisation with SLLI.UW
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 16 09:29:39 PDT 2021
benshi001 added a comment.
In D111933#3068373 <https://reviews.llvm.org/D111933#3068373>, @craig.topper wrote:
> Your description is not accurate. You’re not replacing LUI+ADDI+SLLI. You’re replacing LUI+SLLI+ADDI+SLLI.
So how about change the description to "Use `LUI+ADDI+SLLI.UW` to reduce multiple `SLLI+ADDI` pairs" ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111933/new/
https://reviews.llvm.org/D111933
More information about the llvm-commits
mailing list