[PATCH] D77804: [DAG] Enable ISD::SHL/SRL SimplifyMultipleUseDemandedBits handling (WIP)
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 26 12:43:15 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rv64Zbp.ll:1433
+; RV64IB-NEXT: or a0, a2, a0
+; RV64IB-NEXT: or a0, a0, a1
; RV64IB-NEXT: ret
----------------
RKSimon wrote:
> Looks like we've defeated the RISCVISD::GORCI matching code
Running the tests through instcombine also breaks GORCI matching.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77804/new/
https://reviews.llvm.org/D77804
More information about the llvm-commits
mailing list