File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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 {
5656 MachineFunctionProperties::Property::IsSSA);
5757 }
5858
59- StringRef getPassName () const override { return " RISC-V Fold Masks" ; }
59+ StringRef getPassName () const override {
60+ return " RISC-V Vector Peephole Optimization" ;
61+ }
6062
6163private:
6264 bool convertToVLMAX (MachineInstr &MI) const ;
Original file line number Diff line number Diff line change 9090; CHECK-NEXT: Lazy Block Frequency Analysis
9191; CHECK-NEXT: RISC-V DAG->DAG Pattern Instruction Selection
9292; CHECK-NEXT: Finalize ISel and expand pseudo-instructions
93- ; CHECK-NEXT: RISC-V Fold Masks
93+ ; CHECK-NEXT: RISC-V Vector Peephole Optimization
9494; CHECK-NEXT: Lazy Machine Block Frequency Analysis
9595; CHECK-NEXT: Early Tail Duplication
9696; CHECK-NEXT: Optimize machine instruction PHIs
You can’t perform that action at this time.
0 commit comments