[llvm] [ShrinkWrap][NFC] Test with load from constant pool preventing shrink (PR #162476)
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 8 07:31:22 PDT 2025
================
@@ -0,0 +1,71 @@
+--- |
+ ; RUN: llc -x=mir -simplify-mir -run-pass=shrink-wrap -o - %s | FileCheck %s
+ ; CHECK-NOT: savePoint
+ ; CHECK-NOT: restorePoint
----------------
qcolombet wrote:
Could you add a comment on what this is testing and what we are checking here?
https://github.com/llvm/llvm-project/pull/162476
More information about the llvm-commits
mailing list