We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae1661 commit b377d78Copy full SHA for b377d78
llvm/test/CodeGen/AArch64/shrink-wrap-const-pool-access.mir
@@ -1,4 +1,4 @@
1
-# RUN: llc -simplify-mir -run-pass=shrink-wrap -o - %s | FileCheck %s
+# RUN: llc -mtriple=aarch64 -simplify-mir -run-pass=shrink-wrap -o - %s | FileCheck %s
2
--- |
3
declare double @foo()
4
@@ -24,6 +24,7 @@
24
# Following code has a load from constant pool. Accessing constant pool
25
# must not be considered as a stack access and hence, shrink wrapping must
26
# happen.
27
+# CHECK-LABEL:name: shrink_wrap_load_from_const_pool
28
# CHECK: savePoint:
29
# CHECK: - point: '%bb.3'
30
# CHECK: restorePoint:
0 commit comments