Skip to content

Commit 32cb8fe

Browse files
committed
fixup! Address review comments
1 parent bd1b6f8 commit 32cb8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// \file
9-
// Currently there is only one post-processing we need to do for exegesis:
10-
// Assign a physical register to VSETVL's rd if it's not X0 (i.e. VLMAX).
9+
// This Pass converts some of the virtual register operands in VSETVLI and FRM
10+
// pseudos into physical registers.
1111
//
1212
//===----------------------------------------------------------------------===//
1313

0 commit comments

Comments
 (0)