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
33
44; Test that a large stack offset uses a single add/sub instruction to
55; 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
22
33; Test how we handle pathologically large stack frames when RAX is live through
44; the prologue and epilogue.
You can’t perform that action at this time.
0 commit comments