We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835f8f0 commit 7f9fe50Copy full SHA for 7f9fe50
llvm/test/Transforms/LoopVectorize/diag-disabled-vectorization-msgs.ll
@@ -41,7 +41,7 @@
41
; FORCEDONLY-SAME: loop not vectorized: only vectorizing loops that explicitly request it
42
; FORCEDONLY: LV: Loop hints prevent vectorization
43
44
-define double @disabled_loop_vectorization(ptr %src) {
+define i64 @disabled_loop_vectorization(ptr %src) {
45
entry:
46
br label %loop
47
0 commit comments