File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1+ # RUN: llc -simplify-mir -run-pass=shrink-wrap -o - %s | FileCheck %s
12--- |
2- ; RUN : llc -x=mir -simplify-mir -run-pass=shrink-wrap -o - %s | FileCheck %s
3- ; CHECK-NOT : savePoint
4- ; CHECK-NOT : restorePoint
5-
63 declare double @foo()
74
85 define double @shrink_wrap_load_from_const_pool(double %q) {
2421 br label %common.ret
2522 }
2623...
27- # Following code has a load from constant pool. Accessing constant pool must not
28- # be considered as a stack access and hence, shrink wrapping must happen.
24+ # FIXME: 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-NOT: savePoint
28+ # CHECK-NOT: restorePoint
2929---
3030name : shrink_wrap_load_from_const_pool
3131tracksRegLiveness : true
You can’t perform that action at this time.
0 commit comments