Skip to content

Commit e6439bc

Browse files
committed
fixup! update test
1 parent c2e0519 commit e6439bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/Attributor/nofpclass.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ define float @returned_extractelement_index_oob(<4 x float> nofpclass(nan) %vec)
14741474

14751475
define float @returned_extractelement_scalable(<vscale x 4 x float> nofpclass(nan) %vec) {
14761476
; CHECK: Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none)
1477-
; CHECK-LABEL: define float @returned_extractelement_scalable
1477+
; CHECK-LABEL: define nofpclass(nan) float @returned_extractelement_scalable
14781478
; CHECK-SAME: (<vscale x 4 x float> nofpclass(nan) [[VEC:%.*]]) #[[ATTR3]] {
14791479
; CHECK-NEXT: [[EXTRACT:%.*]] = extractelement <vscale x 4 x float> [[VEC]], i32 0
14801480
; CHECK-NEXT: ret float [[EXTRACT]]

0 commit comments

Comments
 (0)