summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/hipe-cc64.ll
diff options
context:
space:
mode:
authorZia Ansari <zia.ansari@intel.com>2016-02-15 23:44:13 +0000
committerZia Ansari <zia.ansari@intel.com>2016-02-15 23:44:13 +0000
commit30a02384f7b8dc07479e5df16ddf93056750062a (patch)
treeee790c2bf4956042cce138820f70d869df6ca717 /llvm/test/CodeGen/X86/hipe-cc64.ll
parent6ada31c2a686eb7647134c910e716b6a3509d64d (diff)
downloadbcm5719-llvm-30a02384f7b8dc07479e5df16ddf93056750062a.tar.gz
bcm5719-llvm-30a02384f7b8dc07479e5df16ddf93056750062a.zip
Implemented stack symbol table ordering/packing optimization to improve data locality and code size from SP/FP offset encoding.
Differential Revision: http://reviews.llvm.org/D15393 llvm-svn: 260917
Diffstat (limited to 'llvm/test/CodeGen/X86/hipe-cc64.ll')
-rw-r--r--llvm/test/CodeGen/X86/hipe-cc64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hipe-cc64.ll b/llvm/test/CodeGen/X86/hipe-cc64.ll
index 28d90399d85..0df4b3daad1 100644
--- a/llvm/test/CodeGen/X86/hipe-cc64.ll
+++ b/llvm/test/CodeGen/X86/hipe-cc64.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -tailcallopt -code-model=medium -stack-alignment=8 -mtriple=x86_64-linux-gnu -mcpu=opteron | FileCheck %s
+; RUN: llc < %s -stack-symbol-ordering=0 -tailcallopt -code-model=medium -stack-alignment=8 -mtriple=x86_64-linux-gnu -mcpu=opteron | FileCheck %s
; Check the HiPE calling convention works (x86-64)
OpenPOWER on IntegriCloud