OSDN Git Service

[InstCombine][NFC] Add tests for unfolding masked merge with constant mask
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 30 Apr 2018 17:59:26 +0000 (17:59 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 30 Apr 2018 17:59:26 +0000 (17:59 +0000)
commit7a3b1c9910a440c280e1e82db3f87b6abbc87c4e
treed7679735dc819e0d9fb11898d95af801a32c12b5
parent815278b2cd8c9afce0f84879773a4c4a31645b64
[InstCombine][NFC] Add tests for unfolding masked merge with constant mask

Summary: As discussed in D45733, we want to do this in InstCombine.

Differential Revision: https://reviews.llvm.org/D45866

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331204 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-scalar.ll [new file with mode: 0644]
test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-vector.ll [new file with mode: 0644]