Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td | ||
|---|---|---|
| 541 | Put VPseudoUnaryNoMask and VPseudoUnaryMask after VMaskPseudoUnaryMOutMask to make the order consistent. | |
| 550 | duplicated. | |
| 1149 | Put VPatUnaryNoMask and VPatUnaryMask after VPatMaskUnaryMOut for consistency. | |
| 1403 | Put the pattern into a class just like VPatUnary for consistency. | |
| 2389 | Could it be wrapped using multiclass/class like other instructions? | |
| 2929 | Put foreach into multiclass definition for consistency. | |
| 2938 | Could it be wrapped using multiclass/class like other instructions? | |
- remove HasDummyMask = 1 in mask pseudo class
- chagne DAGOperand to VReg in VPseudoUnaryNoMask
Put VPseudoUnaryNoMask and VPseudoUnaryMask after VMaskPseudoUnaryMOutMask to make the order consistent.