These tests will should how (add x, imm) will be optimized to
(shxadd x, imm>>bits) if imm is not simm12 while (imm>>bits) is.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108188
[RISCV][test] Add new tests for add optimization in the zba extension ClosedPublic Authored by benshi001 on Aug 16 2021, 11:20 PM.
Details Summary These tests will should how (add x, imm) will be optimized to
Diff Detail
Event TimelineHerald added subscribers: vkmr, frasercrmck, evandro and 21 others. · View Herald TranscriptAug 16 2021, 11:20 PM benshi001 added a child revision: D108193: [RISCV] Optimize add in the zba extension with SH*ADD.Aug 17 2021, 1:27 AM This revision is now accepted and ready to land.Aug 19 2021, 4:51 AM Closed by commit rG9e40a3262082: [RISCV][test] Add new tests for add optimization in the zba extension (authored by benshi001). · Explain WhyAug 19 2021, 5:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 367461 llvm/test/CodeGen/RISCV/rv32zba.ll
llvm/test/CodeGen/RISCV/rv64zba.ll
|