[PATCH] D111532: [RISCV] Optimize immediate materialisation with BCLRI/BSETI

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 09:45:25 PDT 2021


craig.topper added a comment.

Can also test a constant like 0xffffffff7fffffff which we can now do as ADDI+BCLRI. Similarly test a constant that allows ADDI+BSETI.


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

https://reviews.llvm.org/D111532



More information about the llvm-commits mailing list