Patch up attributes on a newly enabled test
authorPaul Robinson <paul.robinson@sony.com>
Tue, 1 Nov 2022 21:14:13 +0000 (14:14 -0700)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 1 Nov 2022 21:14:40 +0000 (14:14 -0700)
llvm/test/Analysis/BasicAA/intrinsics-arm.ll

index 7ec9788..d43445c 100644 (file)
@@ -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 }