[llvm] 98eea39 - Revert "Fix buildbots after 61a85da"
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 15:48:29 PDT 2021
Author: Nico Weber
Date: 2021-04-14T18:47:46-04:00
New Revision: 98eea392cdbcdb7360e58b46e9329573f092cd96
URL: https://github.com/llvm/llvm-project/commit/98eea392cdbcdb7360e58b46e9329573f092cd96
DIFF: https://github.com/llvm/llvm-project/commit/98eea392cdbcdb7360e58b46e9329573f092cd96.diff
LOG: Revert "Fix buildbots after 61a85da"
This reverts commit c609d533634416fc701939d39bf1e43f293e84dc.
61a85da was reverted in ab98f2c7
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 1919f87a3a6f..2ae332ffa437 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]] = { nofree nounwind readonly }
+; GCN-PRELINK: attributes #[[$NOUNWIND_READONLY]] = { nounwind readonly }
attributes #0 = { nounwind }
More information about the llvm-commits
mailing list