There are a lot of cases for pseudos of the same instruction, here
we just use existed mapping table to map pseudos to real instructions
to reduce cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think this is not a NFC.
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp | ||
---|---|---|
106 | I think we missed TU pseudos here. |
Comment Actions
@pcwang-thead sorry for very late review, I think this is very good simplification for the code, could you rebase that?
I think we missed TU pseudos here.