Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td | ||
---|---|---|
574 | Put VPseudoUnaryNoMask and VPseudoUnaryMask after VMaskPseudoUnaryMOutMask to make the order consistent. | |
583 | duplicated. | |
1159 | Put VPatUnaryNoMask and VPatUnaryMask after VPatMaskUnaryMOut for consistency. | |
1436 | Put the pattern into a class just like VPatUnary for consistency. | |
2449 | Could it be wrapped using multiclass/class like other instructions? | |
2944 | Put foreach into multiclass definition for consistency. | |
2953 | 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.