Details
Details
Diff Detail
Diff Detail
Event Timeline
Herald 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
llvm/test/CodeGen/RISCV/imm.ll | ||
---|---|---|
14–22 | Don't use B. It has no meaning anymore. There will never be a B extension. |
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.
Don't use B. It has no meaning anymore. There will never be a B extension.