[llvm] 2265df9 - [test] Fix CodeGen/DirectX/strip-fn-attrs.ll
    Fangrui Song via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri May  3 10:07:43 PDT 2024
    
    
  
Author: Fangrui Song
Date: 2024-05-03T10:07:37-07:00
New Revision: 2265df9696d55846644fa914b5f22df539e2d2bc
URL: https://github.com/llvm/llvm-project/commit/2265df9696d55846644fa914b5f22df539e2d2bc
DIFF: https://github.com/llvm/llvm-project/commit/2265df9696d55846644fa914b5f22df539e2d2bc.diff
LOG: [test] Fix CodeGen/DirectX/strip-fn-attrs.ll
Added: 
    
Modified: 
    llvm/test/CodeGen/DirectX/strip-fn-attrs.ll
Removed: 
    
################################################################################
diff  --git a/llvm/test/CodeGen/DirectX/strip-fn-attrs.ll b/llvm/test/CodeGen/DirectX/strip-fn-attrs.ll
index 4f2000640185d5..0bfe4dac0789c2 100644
--- a/llvm/test/CodeGen/DirectX/strip-fn-attrs.ll
+++ b/llvm/test/CodeGen/DirectX/strip-fn-attrs.ll
@@ -9,8 +9,7 @@ define dso_local float @fma(float %0, float %1, float %2) local_unnamed_addr #0
   ret float %5
 }
 
-; CHECK: Function Attrs: nounwind memory(none)
-; Function Attrs: nofree nosync nounwind readnone speculatable willreturn
+; CHECK-NOT: Function Attrs:
 declare void @llvm.dbg.value(metadata, metadata, metadata) #1
 
 ; CHECK: attributes #0 = { nounwind memory(none) }
        
    
    
More information about the llvm-commits
mailing list