summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-02-09 15:30:02 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-02-09 15:30:02 +0000
commit7cfe7cbcccddf4385b679a4818c4aa8dd5d98fed (patch)
tree182be14ba06a526f4bd056164a89999d69ef31a5 /llvm/test/CodeGen
parentbe58c9605db6eb772dcad678bc61177e6ebfc829 (diff)
downloadbcm5719-llvm-7cfe7cbcccddf4385b679a4818c4aa8dd5d98fed.tar.gz
bcm5719-llvm-7cfe7cbcccddf4385b679a4818c4aa8dd5d98fed.zip
[Hexagon] Express calling conventions via .td file instead of hand-coding
Additionally, simplify the rest of the argument/parameter lowering code. llvm-svn: 324737
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/Hexagon/vec-vararg-align.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/vec-vararg-align.ll b/llvm/test/CodeGen/Hexagon/vec-vararg-align.ll
index 0101c1ffa8a..90a458db1b7 100644
--- a/llvm/test/CodeGen/Hexagon/vec-vararg-align.ll
+++ b/llvm/test/CodeGen/Hexagon/vec-vararg-align.ll
@@ -1,7 +1,7 @@
; RUN: llc -march=hexagon < %s | FileCheck %s
;
; Check that the stack is aligned according to the outgoing function arguments.
-; CHECK: r29 = and(r29,#-128)
+; CHECK: r29 = and(r29,#-64)
target triple = "hexagon-unknown--elf"
OpenPOWER on IntegriCloud