[MSSA] Make EXPENSIVE_CHECKS check more.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Sun, 24 Jul 2016 07:03:49 +0000 (07:03 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Sun, 24 Jul 2016 07:03:49 +0000 (07:03 +0000)
commit93ea19b9a63f6c3f5d60d211b518051e2c714803
tree4b234ad1dbe73b003ae007994381ab0662547a6a
parent0e100998fcd25917f3e517d832e1a2c3790a6367
[MSSA] Make EXPENSIVE_CHECKS check more.

checkClobberSanity will now be run for all results of `ClobberWalk`,
instead of just the crazy phi-optimized ones. This can help us catch
cases where our cache is being wonky.

llvm-svn: 276553
llvm/lib/Transforms/Utils/MemorySSA.cpp