[llvm] [LV][NFC] Remove more function attributes from tests (PR #188185)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 11:54:32 PDT 2026
================
@@ -20,7 +20,7 @@ target triple = "x86_64-pc-linux-gnu"
;CHECK: call <8 x i32> @llvm.masked.load
;CHECK: call void @llvm.masked.store
-; Function Attrs: nofree norecurse nounwind uwtable
+; Function Attrs: nofree norecurse
----------------
fhahn wrote:
Are nofree/norecurse needed? same below
https://github.com/llvm/llvm-project/pull/188185
More information about the llvm-commits
mailing list