Skip to content
Commit 71ce0cab authored by Daniel Sanders's avatar Daniel Sanders
Browse files

[mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of...

[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.

llvm-svn: 194819
parent 0d4f1c51
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment