File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
llvm/test/Transforms/LoopVectorize/RISCV Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
- ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
1
+ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none -- version 5
2
2
; RUN: opt -mtriple=riscv64 -mattr=+v -passes=loop-vectorize -mattr=+v \
3
3
; RUN: -scalable-vectorization=off -enable-masked-interleaved-mem-accesses \
4
4
; RUN: -force-vector-interleave=1 -riscv-v-vector-bits-min=1024 -S < %s | FileCheck %s
@@ -57,9 +57,3 @@ for.body:
57
57
exit:
58
58
ret void
59
59
}
60
- ;.
61
- ; CHECK: [[LOOP0]] = distinct !{[[LOOP0]], [[META1:![0-9]+]], [[META2:![0-9]+]]}
62
- ; CHECK: [[META1]] = !{!"llvm.loop.isvectorized", i32 1}
63
- ; CHECK: [[META2]] = !{!"llvm.loop.unroll.runtime.disable"}
64
- ; CHECK: [[LOOP3]] = distinct !{[[LOOP3]], [[META2]], [[META1]]}
65
- ;.
You can’t perform that action at this time.
0 commit comments