[llvm] c609d53 - Fix buildbots after 61a85da

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 15:16:11 PDT 2021


Author: Philip Reames
Date: 2021-04-14T15:16:05-07:00
New Revision: c609d533634416fc701939d39bf1e43f293e84dc

URL: https://github.com/llvm/llvm-project/commit/c609d533634416fc701939d39bf1e43f293e84dc
DIFF: https://github.com/llvm/llvm-project/commit/c609d533634416fc701939d39bf1e43f293e84dc.diff

LOG: Fix buildbots after 61a85da

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll b/llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll
index 2ae332ffa437..1919f87a3a6f 100644
--- a/llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll
+++ b/llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll
@@ -791,5 +791,5 @@ entry:
 ; GCN-PRELINK: declare float @_Z11native_sqrtf(float) local_unnamed_addr #[[$NOUNWIND_READONLY]]
 
 ; GCN-PRELINK: attributes #[[$NOUNWIND]] = { nounwind }
-; GCN-PRELINK: attributes #[[$NOUNWIND_READONLY]] = { nounwind readonly }
+; GCN-PRELINK: attributes #[[$NOUNWIND_READONLY]] = { nofree nounwind readonly }
 attributes #0 = { nounwind }


        


More information about the llvm-commits mailing list