OSDN Git Service

[InstSimplify, InstCombine] move 'or' simplification tests; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 10 May 2017 15:57:47 +0000 (15:57 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 10 May 2017 15:57:47 +0000 (15:57 +0000)
commit947cc8fc26c93e77450baeace81956749502c0a9
tree6bb4521aeeb53f35b460648031e4ddc47d70945b
parent22b377c4f52f0d3023bad048e2da839aa989a31c
[InstSimplify, InstCombine] move 'or' simplification tests; NFC

Surprisingly, I don't think these are redundant for InstSimplify.
They were just misplaced as InstCombine tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302684 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/or.ll
test/Transforms/InstSimplify/apint-or.ll [deleted file]
test/Transforms/InstSimplify/or.ll [new file with mode: 0644]