Skip to content

Commit

Permalink
Patch up attributes on a newly enabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
pogo59 committed Nov 1, 2022
1 parent 9c9afbb commit 9a4aa37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/Analysis/BasicAA/intrinsics-arm.ll
Expand Up @@ -26,6 +26,6 @@ entry:
declare <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8*, i32) nounwind readonly
declare void @llvm.arm.neon.vst1.p0i8.v8i16(i8*, <8 x i16>, i32) nounwind

; CHECK: attributes #0 = { argmemonly nounwind readonly }
; CHECK: attributes #1 = { argmemonly nounwind }
; CHECK: attributes #0 = { argmemonly nocallback nofree nosync nounwind readonly willreturn }
; CHECK: attributes #1 = { argmemonly nocallback nofree nosync nounwind willreturn }
; CHECK: attributes [[ATTR]] = { nounwind }

0 comments on commit 9a4aa37

Please sign in to comment.