OSDN Git Service

[X86] Add test case for D58805. NFC
authorCraig Topper <craig.topper@intel.com>
Fri, 1 Mar 2019 21:02:34 +0000 (21:02 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 1 Mar 2019 21:02:34 +0000 (21:02 +0000)
commit80a70bb5a9310cc1ee726d3f724b93723e9accdc
tree36b9a01485d2624623f10a7f859e65b0a9a0e0c3
parentf3284d8600790cb2069512507cb0e70f3bfca181
[X86] Add test case for D58805. NFC

This demonstrates dead store elimination removing a store that may alias a gather that uses null as its base.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355227 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/DeadStoreElimination/X86/gather-null-pointer.ll [new file with mode: 0644]