Skip to content

Commit 2af3cdc

Browse files
committed
apply 2nd commit
1 parent a70c435 commit 2af3cdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/tools/llvm-exegesis/lib/RISCV/Target.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,6 @@ class ExegesisRISCVTarget : public ExegesisTarget {
877877
// Setting up the correct FRM.
878878
PM.add(createRISCVInsertReadWriteCSRPass());
879879
PM.add(createRISCVInsertWriteVXRMPass());
880-
// This will expand PseudoVSETVL* instructions.
881-
PM.add(createRISCVExpandPseudoPass());
882880
// This will assign physical register to the result of VSETVLI instructions
883881
// that produce VLMAX.
884882
PM.add(exegesis::createRISCVPostprocessingPass());

0 commit comments

Comments
 (0)