[llvm] [Draft] Support save/restore point splitting in shrink-wrap (PR #119359)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 04:28:44 PST 2025
================
@@ -0,0 +1,290 @@
+# RUN: llc -march=riscv64 -run-pass shrink-wrap -enable-shrink-wrap-into-multiple-points=true %s -o - | FileCheck %s
----------------
lukel97 wrote:
Can the check lines be generated with llvm/utils/update_mir_test_checks.py?
https://github.com/llvm/llvm-project/pull/119359
More information about the llvm-commits
mailing list