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 66424b1 commit 0cedb8fCopy full SHA for 0cedb8f
llvm/test/Transforms/LoopVectorize/AArch64/extractvalue-no-scalarization-required.ll
@@ -63,11 +63,11 @@ exit:
63
; Similar to the test case above, but checks getVectorCallCost as well.
64
declare float @powf(float, float) readnone nounwind
65
66
-; Ensure the extractvalue + add instructions are hoisted out
+; Ensure the extractvalue instructions are hoisted out
67
+; CM-LABEL: Checking a loop in 'test_getVectorCallCost'
68
; CM: vector.ph:
69
; CM: CLONE ir<%a> = extractvalue ir<%sv>
70
; CM: CLONE ir<%b> = extractvalue ir<%sv>
-; CM: WIDEN ir<%add> = add ir<%a>, ir<%b>
71
; CM: Successor(s): vector loop
72
73
; CM: LV: Scalar loop costs: 14.
0 commit comments