diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-11-10 00:02:27 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-11-10 00:02:27 +0000 |
commit | 8ab7e8e1b551313cfe69e810090a202af4a2ae7b (patch) | |
tree | 34826a9aa6fc7ebd07b2d03a1031b3a0d7c45d00 /llvm/test/CodeGen | |
parent | 5696085a8f58b45568059801e8fbc449b7897c0a (diff) | |
download | bcm5719-llvm-8ab7e8e1b551313cfe69e810090a202af4a2ae7b.tar.gz bcm5719-llvm-8ab7e8e1b551313cfe69e810090a202af4a2ae7b.zip |
[Hexagon] Fixing load instruction parsing and reenabling tests.
llvm-svn: 252555
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/always-ext.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/Hexagon/static.ll | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/always-ext.ll b/llvm/test/CodeGen/Hexagon/always-ext.ll index 761c1bd7ba1..3bf465b6a51 100644 --- a/llvm/test/CodeGen/Hexagon/always-ext.ll +++ b/llvm/test/CodeGen/Hexagon/always-ext.ll @@ -1,5 +1,4 @@ ; RUN: llc -march=hexagon < %s | FileCheck %s -; XFAIL: * ; Check that we don't generate an invalid packet with too many instructions ; due to a store that has a must-extend operand. diff --git a/llvm/test/CodeGen/Hexagon/static.ll b/llvm/test/CodeGen/Hexagon/static.ll index 6adfaaf139e..760b8b55972 100644 --- a/llvm/test/CodeGen/Hexagon/static.ll +++ b/llvm/test/CodeGen/Hexagon/static.ll @@ -1,5 +1,4 @@ ; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched -disable-hexagon-misched < %s | FileCheck %s -; XFAIL: * @num = external global i32 @acc = external global i32 |