These 3 switches map LMUL enum to instruction names. These follow
a regular pattern. Use a macro to reduce the number of source code
lines.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116631
[RISCV] Use macros to reduce repetive switch cases. NFC ClosedPublic Authored by craig.topper on Jan 4 2022, 3:40 PM.
Details Summary These 3 switches map LMUL enum to instruction names. These follow
Diff Detail
Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 23 others. · View Herald TranscriptJan 4 2022, 3:40 PM This revision is now accepted and ready to land.Jan 5 2022, 1:21 AM This revision was landed with ongoing or failed builds.Jan 5 2022, 9:01 AM Closed by commit rGfd992aac195a: [RISCV] Use macros to reduce repetive switch cases. NFC (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397608 llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
|