[PATCH] D111933: [RISCV] Optimize immediate materialisation with SLLI.UW

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 16 08:08:04 PDT 2021


craig.topper added a comment.

Your description is not accurate. You’re not replacing LUI+ADDI+SLLI. You’re replacing LUI+SLLI+ADDI+SLLI.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111933/new/

https://reviews.llvm.org/D111933



More information about the llvm-commits mailing list