OSDN Git Service

[Hexagon] Adding a number of other tests for min/max instructions and loading i1s.
authorColin LeMahieu <colinl@codeaurora.org>
Wed, 17 Jun 2015 20:29:33 +0000 (20:29 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Wed, 17 Jun 2015 20:29:33 +0000 (20:29 +0000)
commit6fc90b32e32b966b5ec27b8d923674193323c3a2
tree0c9ace433020b9b39939b006e565e7e55c02e96e
parenta1e31b45cceac55344ab94e19a7b9249b92a2f39
[Hexagon] Adding a number of other tests for min/max instructions and loading i1s.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239935 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
test/CodeGen/Hexagon/cext.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cexti16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-lt.ll
test/CodeGen/Hexagon/hwloop-lt1.ll
test/CodeGen/Hexagon/loadi1-G0.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loadi1-v4-G0.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loadi1-v4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loadi1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxd.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxh.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxud.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxuw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mind.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minu-zext-16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minu-zext-8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minud.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minuw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minw.ll [new file with mode: 0644]