Skip to content

Commit f57e06a

Browse files
committed
Fix comment
1 parent b611446 commit f57e06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/RISCV/truncate-to-minimal-bitwidth-evl-crash.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: opt -passes=loop-vectorize -force-tail-folding-style=data-with-evl -prefer-predicate-over-epilogue=predicate-dont-vectorize -mtriple=riscv64 -mattr=+v -S %s
22

3-
; Make sure we don't crash when transforming a VPWidenCastRecipe is created
4-
; without an underlying value. This occurs in this test via
3+
; Make sure we don't crash when transforming a VPWidenCastRecipe created without
4+
; an underlying value to an EVL recipe. This occurs in this test via
55
; VPlanTransforms::truncateToMinimalBitwidths
66

77
define void @truncate_to_minimal_bitwidths_widen_cast_recipe(ptr %dst, ptr %src, i32 %mvx) {

0 commit comments

Comments
 (0)