1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/unittests/Transforms/Utils
George Burgess IV 5a9f438e2e [MSSA] Allow unittests to use BasicAA when building.
We now build MemorySSA in its ctor, instead of waiting until the user
calls MemorySSA::getWalker. This silently changed our unittests, since
we add BasicAA to AAResults *after* constructing MemorySSA (...but
before calling MemorySSA::getWalker).

None of them broke because we do most of our "did this get optimized
correctly?" tests in .ll files.

llvm-svn: 283158
2016-10-03 23:12:35 +00:00
..
ASanStackFrameLayoutTest.cpp [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout 2016-08-29 17:41:29 +00:00
Cloning.cpp Formatting with clang-format patch r280700 2016-09-06 17:03:02 +00:00
CMakeLists.txt
IntegerDivision.cpp
Local.cpp
MemorySSA.cpp [MSSA] Allow unittests to use BasicAA when building. 2016-10-03 23:12:35 +00:00
ValueMapperTest.cpp