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