[mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of using...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 15 Nov 2013 16:02:04 +0000 (16:02 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 15 Nov 2013 16:02:04 +0000 (16:02 +0000)
commitcb85ded9980644fc6a3ff7d8e4dc56351adcc114
tree89e03020529c17667b7cde11454e8e03ba708864
parent421556176882360e6854c77fc658bc4e8de75b58
[mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of using a long-winded equivalent.

Now that getConstant(-1, MVT::v2i64) works correctly on MIPS32 we can use
SelectionDAG::getNOT() to produce the bitmask.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsSEISelLowering.cpp