File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ class RISCVVectorPeephole : public MachineFunctionPass {
56
56
MachineFunctionProperties::Property::IsSSA);
57
57
}
58
58
59
- StringRef getPassName () const override { return " RISC-V Fold Masks" ; }
59
+ StringRef getPassName () const override {
60
+ return " RISC-V Vector Peephole Optimization" ;
61
+ }
60
62
61
63
private:
62
64
bool convertToVLMAX (MachineInstr &MI) const ;
Original file line number Diff line number Diff line change 90
90
; CHECK-NEXT: Lazy Block Frequency Analysis
91
91
; CHECK-NEXT: RISC-V DAG->DAG Pattern Instruction Selection
92
92
; CHECK-NEXT: Finalize ISel and expand pseudo-instructions
93
- ; CHECK-NEXT: RISC-V Fold Masks
93
+ ; CHECK-NEXT: RISC-V Vector Peephole Optimization
94
94
; CHECK-NEXT: Lazy Machine Block Frequency Analysis
95
95
; CHECK-NEXT: Early Tail Duplication
96
96
; CHECK-NEXT: Optimize machine instruction PHIs
You can’t perform that action at this time.
0 commit comments