OSDN Git Service

[SelectionDAG] Don't promote mask when splitting mstore.
authorCraig Topper <craig.topper@intel.com>
Tue, 5 Dec 2017 23:08:28 +0000 (23:08 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 5 Dec 2017 23:08:28 +0000 (23:08 +0000)
commit9d013255515421a00ed7190e68be3fc1ca3b1d94
treead908fd4abeab0a549998323c0c325efb0e8944d
parente01b61f38948a7ded013464bd666c4dd0cab5dec
[SelectionDAG] Don't promote mask when splitting mstore.

If the mask needs to be promoted it should be handled by operand promotion after the result is legalized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319851 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp