[llvm] 9a4aa37 - Patch up attributes on a newly enabled test
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 14:14:48 PDT 2022
Author: Paul Robinson
Date: 2022-11-01T14:14:40-07:00
New Revision: 9a4aa37dbfd637eb79558aa1a8ab27d2593758fd
URL: https://github.com/llvm/llvm-project/commit/9a4aa37dbfd637eb79558aa1a8ab27d2593758fd
DIFF: https://github.com/llvm/llvm-project/commit/9a4aa37dbfd637eb79558aa1a8ab27d2593758fd.diff
LOG: Patch up attributes on a newly enabled test
Added:
Modified:
llvm/test/Analysis/BasicAA/intrinsics-arm.ll
Removed:
################################################################################
diff --git a/llvm/test/Analysis/BasicAA/intrinsics-arm.ll b/llvm/test/Analysis/BasicAA/intrinsics-arm.ll
index 7ec9788e748e..d43445c7a50c 100644
--- a/llvm/test/Analysis/BasicAA/intrinsics-arm.ll
+++ b/llvm/test/Analysis/BasicAA/intrinsics-arm.ll
@@ -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 }
More information about the llvm-commits
mailing list