[llvm] [AArch64][SME] Remove implicit-def's on smstart (PR #69012)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 12 01:52:15 PST 2023
================
@@ -400,8 +396,37 @@ entry:
ret i8 %vecext
}
+define void @call_to_non_streaming_pass_args(ptr nocapture noundef readnone %ptr, i64 %long1, i64 %long2, i32 %int1, i32 %int2, float %float1, float %float2, double %double1, double %double2) #0 {
----------------
sdesmalen-arm wrote:
Could you add a similar test to `sme-streaming-compatible-interface.ll`?
https://github.com/llvm/llvm-project/pull/69012
More information about the llvm-commits
mailing list