]> granicus.if.org Git - llvm/commit
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scalar bit...
authorCraig Topper <craig.topper@intel.com>
Fri, 2 Aug 2019 23:43:53 +0000 (23:43 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 2 Aug 2019 23:43:53 +0000 (23:43 +0000)
commitf1453095a27c4bde5fb7b7fd3d66d7bb6f5285f0
treee0db0dc444f9bb021fdf484c049eb8871e8918c2
parent25acc068662994c023d66c89ed063cac44c43b77
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scalar bit tests for the branches for expandload/compressstore.

Same as what was done for gather/scatter/load/store in r367489.
Expandload/compressstore were delayed due to lack of constant
masking handling that has since been fixed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367738 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
test/CodeGen/X86/masked_compressstore.ll
test/CodeGen/X86/masked_expandload.ll
test/CodeGen/X86/pr39666.ll
test/Transforms/ScalarizeMaskedMemIntrin/X86/expand-masked-compressstore.ll
test/Transforms/ScalarizeMaskedMemIntrin/X86/expand-masked-expandload.ll