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 c2e0519 commit e6439bcCopy full SHA for e6439bc
llvm/test/Transforms/Attributor/nofpclass.ll
@@ -1474,7 +1474,7 @@ define float @returned_extractelement_index_oob(<4 x float> nofpclass(nan) %vec)
1474
1475
define float @returned_extractelement_scalable(<vscale x 4 x float> nofpclass(nan) %vec) {
1476
; CHECK: Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none)
1477
-; CHECK-LABEL: define float @returned_extractelement_scalable
+; CHECK-LABEL: define nofpclass(nan) float @returned_extractelement_scalable
1478
; CHECK-SAME: (<vscale x 4 x float> nofpclass(nan) [[VEC:%.*]]) #[[ATTR3]] {
1479
; CHECK-NEXT: [[EXTRACT:%.*]] = extractelement <vscale x 4 x float> [[VEC]], i32 0
1480
; CHECK-NEXT: ret float [[EXTRACT]]
0 commit comments