1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include
Johannes Doerfert ffbe2b6b3c [Attributor][NFC] AAReachability is currently stateless, don't invalidate it
We invalidated AAReachabilityImpl directly which is not helpful and
confusing as we still used it regardless. We now avoid invalidating it
(not needed anyway) and add checks for the state. This has by itself no
actual effect but prepares for later extensions.
2021-06-18 01:07:51 -05:00
..
llvm [Attributor][NFC] AAReachability is currently stateless, don't invalidate it 2021-06-18 01:07:51 -05:00
llvm-c Intrinsic::getName: require a Module argument 2021-06-14 14:52:29 +02:00