[MemorySSA] Disable checkClobberSanity for SkipSelfWalker.
authorAlina Sbirlea <asbirlea@google.com>
Thu, 10 Jan 2019 21:47:15 +0000 (21:47 +0000)
committerAlina Sbirlea <asbirlea@google.com>
Thu, 10 Jan 2019 21:47:15 +0000 (21:47 +0000)
commite41f4b39e53b024090af3d1e0c132a697d265da4
tree56cacf503547f6a70f7b26d7f60f0f21f14d09f0
parent9e0feef74a559efb55e528d959ae3fa8debb197e
[MemorySSA] Disable checkClobberSanity for SkipSelfWalker.

Sanity will fail for this, since we're exploring getting a clobber
further than the sanity check expects.
Ideally we need to teach the sanity check to differentiate between the
two walkers based on the SkipSelf bool in the query.

llvm-svn: 350895
llvm/lib/Analysis/MemorySSA.cpp