[mips][msa] Change constant used in ori tests to avoid conflict with bseti (also...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 12 Nov 2013 10:14:18 +0000 (10:14 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 12 Nov 2013 10:14:18 +0000 (10:14 +0000)
commitd656c91aad9815eb819262e0d064df13e7fee5bd
treed7007dbb1844e862842c72691854e92b8e16491c
parent47a4349eb659e021899348f009650b9cadaf0de2
[mips][msa] Change constant used in ori tests to avoid conflict with bseti (also xori to avoid bnegi)

Upcoming commit(s) are going to add support for bseti and bnegi. This would
cause some existing tests to (correctly) change behaviour and emit a different
instruction. This patch prevents this by changing the constant used in ori and
xori tests so that they will not be matchable by the bseti and bnegi patterns
when these instructions are matchable from normal IR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194467 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Mips/msa/bitwise.ll