summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Hexagon/vec-vararg-align.ll2
-rw-r--r--llvm/test/MC/Hexagon/inst_select.ll8
2 files changed, 5 insertions, 5 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"
diff --git a/llvm/test/MC/Hexagon/inst_select.ll b/llvm/test/MC/Hexagon/inst_select.ll
index a730419c854..a956b2a031d 100644
--- a/llvm/test/MC/Hexagon/inst_select.ll
+++ b/llvm/test/MC/Hexagon/inst_select.ll
@@ -7,7 +7,7 @@ define i32 @foo (i1 %a, i32 %b, i32 %c)
ret i32 %1
}
-; CHECK: 00 40 40 85 85404000
-; CHECK: 00 40 9f 52 529f4000
-; CHECK: 00 60 01 74 74016000
-; CHECK: 00 e0 82 74 7482e000
+; CHECK: 00 40 00 85 85004000 { p0 = tstbit(r0,#0)
+; CHECK: 00 40 9f 52 529f4000 jumpr r31
+; CHECK: 00 60 01 74 74016000 if (p0.new) r0 = add(r1,#0)
+; CHECK: 00 e0 82 74 7482e000 if (!p0.new) r0 = add(r2,#0) }
OpenPOWER on IntegriCloud