Skip to content

Commit 39f50e6

Browse files
committed
Update comment
1 parent 678851b commit 39f50e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVCodeGenPrepare.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ bool RISCVCodeGenPrepare::visitAnd(BinaryOperator &BO) {
121121
// llvm/test/CodeGen/RISCV/rvv/vpmerge-sdnode.ll.
122122
//
123123
// To avoid that this widens the i1 vp.merge to an i8 vp.merge, which will
124-
// usually be folded into a masked vor.vv.
124+
// generate a single vmerge.vim:
125125
//
126126
// loop:
127127
// %phi = phi <vscale x 4 x i8> [ zeroinitializer, %entry ], [ %rec, %loop ]

0 commit comments

Comments
 (0)