Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/RISCV/imm.ll | ||
---|---|---|
26–36 | Don't use B. It has no meaning anymore. There will never be a B extension. |
Paths
| Differential D111483
[RISCV][test] Add more tests of immediate materialisation ClosedPublic Authored by benshi001 on Oct 9 2021, 2:00 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: achieveartificialintelligence, vkmr, frasercrmck and 22 others. · View Herald TranscriptOct 9 2021, 2:00 AM benshi001 added a child revision: D111484: [RISCV] Optimize immediate materialisation with SH*ADD.Oct 9 2021, 2:02 AM benshi001 added a child revision: D111508: [RISCV] Optimize immediate materialisation with BSETI/BCLRI.Oct 10 2021, 6:04 AM benshi001 added a child revision: D111526: [RISCV][test] Add more tests of immediate materialisation.Oct 11 2021, 1:30 AM
benshi001 marked an inline comment as done. benshi001 added a child revision: D111532: [RISCV] Optimize immediate materialisation with BCLRI/BSETI. This revision is now accepted and ready to land.Oct 11 2021, 9:40 AM Closed by commit rGc9db5f0f3ab9: [RISCV][test] Add more tests of immediate materialisation (authored by benshi001). · Explain WhyOct 11 2021, 4:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 378821 llvm/test/CodeGen/RISCV/imm.ll
|
Don't use B. It has no meaning anymore. There will never be a B extension.