[PATCH] D111532: [RISCV] Optimize immediate materialisation with BCLRI/BSETI
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 12 16:52:32 PDT 2021
benshi001 added a comment.
In D111532#3058983 <https://reviews.llvm.org/D111532#3058983>, @craig.topper wrote:
> Can also test a constant like 0xffffffff7fffffff which we can now do as ADDI+BCLRI. Similarly test a constant that allows ADDI+BSETI.
Thanks. More tests of ADDI+BCLRI and ADDI+BSETI are added, and also, a short description is added.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111532/new/
https://reviews.llvm.org/D111532
More information about the llvm-commits
mailing list