1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/unittests/Transforms/IPO
Kuter Dinel bb892cf39f [Attributor][FIX] checkForAllInstructions, correctly handle declarations
checkForAllInstructions was not handling declarations correctly.
It should have been returning false when it gets called on a declaration

The patch also fixes a test case for AAFunctionReachability for it to be able
to pass after the changes to the checkForAllinstructions.

Differential Revision: https://reviews.llvm.org/D106625
2021-07-24 02:21:29 +03:00
..
AttributorTest.cpp [Attributor][FIX] checkForAllInstructions, correctly handle declarations 2021-07-24 02:21:29 +03:00
AttributorTestBase.h
CMakeLists.txt
LowerTypeTests.cpp
WholeProgramDevirt.cpp