File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ; RUN: llc < %s -mtriple=x86_64-linux-unknown | FileCheck %s --check-prefix=CHECK-64
2
- ; RUN: llc < %s -mtriple=i386-linux-unknown | FileCheck %s --check-prefix=CHECK-32
1
+ ; RUN: llc < %s -mtriple=x86_64-linux-unknown -verify-machineinstrs | FileCheck %s --check-prefix=CHECK-64
2
+ ; RUN: llc < %s -mtriple=i386-linux-unknown -verify-machineinstrs | FileCheck %s --check-prefix=CHECK-32
3
3
4
4
; Test that a large stack offset uses a single add/sub instruction to
5
5
; adjust the stack pointer.
Original file line number Diff line number Diff line change 1
- ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s --check-prefix=CHECK
1
+ ; RUN: llc < %s -mtriple=x86_64-linux -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
2
2
3
3
; Test how we handle pathologically large stack frames when RAX is live through
4
4
; the prologue and epilogue.
You can’t perform that action at this time.
0 commit comments