summaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-11-29 19:59:29 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-11-29 19:59:29 +0000
commit433d3104b8ea1dd277c57138fbd77d15201c9f75 (patch)
tree4a78645ef5867cac793d93988b994e777d621d0d /test/CodeGen/Hexagon
parent743fb60a4e09ce3ec636184997f2f27d1eef1c22 (diff)
[Hexagon] Remove HexagonISD::PACKHL
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Hexagon')
-rw-r--r--test/CodeGen/Hexagon/vect/vect-infloop.ll (renamed from test/CodeGen/Hexagon/vect/vect-packhl.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/vect/vect-packhl.ll b/test/CodeGen/Hexagon/vect/vect-infloop.ll
index dfdb019b677..4de390159fd 100644
--- a/test/CodeGen/Hexagon/vect/vect-packhl.ll
+++ b/test/CodeGen/Hexagon/vect/vect-infloop.ll
@@ -1,6 +1,6 @@
; Extracted from test/CodeGen/Generic/vector-casts.ll: used to loop indefinitely.
; RUN: llc -march=hexagon < %s | FileCheck %s
-; CHECK: packhl
+; CHECK: combine
define void @a(<2 x double>* %p, <2 x i8>* %q) {
%t = load <2 x double>, <2 x double>* %p