Details
Details
- Reviewers
asb jrtc27 luismarques - Commits
- rGa11eeb4d4a99: [RISC-V] Mark C_MV as a move instruction
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
llvm/lib/Target/RISCV/RISCVInstrInfoC.td | ||
---|---|---|
522 | I was wondering if it made sense to have both isMoveReg and isAsCheapAsMove, since the former should imply the latter. Unfortunately, that doesn't seem to be handled automatically, so I guess we need both. |
I was wondering if it made sense to have both isMoveReg and isAsCheapAsMove, since the former should imply the latter. Unfortunately, that doesn't seem to be handled automatically, so I guess we need both.