This avoids checking the size of the sequence repeatedly for each
special case. Especially on RV32 where none of the special cases
apply.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D152300
[RISCV] Add early out to generateInstSeq when the initial sequence is 1 or 2 instructions. ClosedPublic Authored by craig.topper on Jun 6 2023, 12:13 PM.
Details Summary This avoids checking the size of the sequence repeatedly for each
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 6 2023, 12:32 PM This revision was landed with ongoing or failed builds.Jun 6 2023, 1:23 PM Closed by commit rG4f5f38bdabe5: [RISCV] Add early out to generateInstSeq when the initial sequence is 1 or 2… (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 529015 llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
|