OSDN Git Service

[x86] add test for unnecessary cmp + masked store; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 4 Sep 2017 17:21:17 +0000 (17:21 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 4 Sep 2017 17:21:17 +0000 (17:21 +0000)
commit8bafe87c16ed8adea36bbd348243ad82112c6f9c
tree5b195ddaf14da6aa731f2c3209dbe8c047ab8a96
parentc7c869be7ee3b323ac48469bee8d374ee1e1eda4
[x86] add test for unnecessary cmp + masked store; NFC

As noted in PR11210:
https://bugs.llvm.org/show_bug.cgi?id=11210
...fixing this should allow us to eliminate x86-specific masked store intrinsics in IR.
(Although more testing will be needed to confirm that.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312496 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/masked_memop.ll