[llvm] [MachineOutliner] Preserve regmasks in calls to outlined functions (PR #120940)
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 24 01:15:22 PST 2024
================
@@ -0,0 +1,94 @@
+# RUN: llc -mtriple=aarch64-apple-ios -run-pass=prologepilog -run-pass=machine-outliner %s -o - | FileCheck %s
+--- |
+ declare swiftcc void @bar()
+ declare void @baz(i32, i32, i32) #0
----------------
kyulee-com wrote:
Replace all `#0` by `minsize` or just drop it as there is no def.
https://github.com/llvm/llvm-project/pull/120940
More information about the llvm-commits
mailing list