diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-11-10 00:22:00 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-11-10 00:22:00 +0000 |
commit | b7a5f9fc29b439d9f26a140d99ca248097e26311 (patch) | |
tree | 2793d8d806ac4058464b74214ebb25dafb9ce1a7 /llvm/test | |
parent | 97e31cdeedea10dbacddb7915a0fbd7baad00f95 (diff) | |
download | bcm5719-llvm-b7a5f9fc29b439d9f26a140d99ca248097e26311.tar.gz bcm5719-llvm-b7a5f9fc29b439d9f26a140d99ca248097e26311.zip |
[Hexagon] Fixing store instructions and reenabling a few more tests.
llvm-svn: 252561
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/absimm.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/Hexagon/zextloadi1.ll | 1 | ||||
-rw-r--r-- | llvm/test/MC/Disassembler/Hexagon/st.txt | 1 | ||||
-rw-r--r-- | llvm/test/MC/Hexagon/instructions/st.s | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Hexagon/absimm.ll b/llvm/test/CodeGen/Hexagon/absimm.ll index f3f10f2b4f2..e67af5e8fef 100644 --- a/llvm/test/CodeGen/Hexagon/absimm.ll +++ b/llvm/test/CodeGen/Hexagon/absimm.ll @@ -1,7 +1,6 @@ ; RUN: llc -march=hexagon < %s | FileCheck %s ; Check that we generate absolute addressing mode instructions ; with immediate value. -; XFAIL: * define i32 @f1(i32 %i) nounwind { ; CHECK: memw(##786432){{ *}}={{ *}}r{{[0-9]+}} diff --git a/llvm/test/CodeGen/Hexagon/zextloadi1.ll b/llvm/test/CodeGen/Hexagon/zextloadi1.ll index c6c982750c0..9ce7bea9fce 100644 --- a/llvm/test/CodeGen/Hexagon/zextloadi1.ll +++ b/llvm/test/CodeGen/Hexagon/zextloadi1.ll @@ -1,5 +1,4 @@ ; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s -; XFAIL: * ; CHECK: r{{[0-9]+}} = ##i129_l+16 ; CHECK: r{{[0-9]+}} = ##i129_s+16 diff --git a/llvm/test/MC/Disassembler/Hexagon/st.txt b/llvm/test/MC/Disassembler/Hexagon/st.txt index 4da3b54be8b..6d9074a05ef 100644 --- a/llvm/test/MC/Disassembler/Hexagon/st.txt +++ b/llvm/test/MC/Disassembler/Hexagon/st.txt @@ -1,6 +1,5 @@ # RUN: llvm-mc -triple=hexagon -disassemble < %s | FileCheck %s # Hexagon Programmer's Reference Manual 11.8 ST -# XFAIL: * # Store doubleword 0x9e 0xf5 0xd1 0x3b diff --git a/llvm/test/MC/Hexagon/instructions/st.s b/llvm/test/MC/Hexagon/instructions/st.s index 38822a62043..3b5e8ee1810 100644 --- a/llvm/test/MC/Hexagon/instructions/st.s +++ b/llvm/test/MC/Hexagon/instructions/st.s @@ -1,6 +1,5 @@ # RUN: llvm-mc -triple=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s # Hexagon Programmer's Reference Manual 11.8 ST -# XFAIL: * # Store doubleword # CHECK: 9e f5 d1 3b |