1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Transforms
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
..
AggressiveInstCombine
CFGuard
Coroutines [Coroutine] Properly deal with byval and noalias parameters 2021-06-17 19:06:10 -07:00
Hello
InstCombine [InstCombine] Fix miscompile on GEP+load to icmp fold (PR45210) 2021-06-17 19:46:17 +09:00
Instrumentation [dfsan] Replace dfs$ prefix with .dfsan suffix 2021-06-17 22:42:47 -07:00
IPO [Attributor][NFC] AAReachability is currently stateless, don't invalidate it 2021-06-18 01:07:51 -05:00
ObjCARC
Scalar [NFC][SimpleLoopUnswitch] unswitchTrivialBranch(): add debug output explaining unswitching failure 2021-06-18 00:46:04 +03:00
Utils [LoopUnroll] Fold all exits based on known trip count/multiple 2021-06-17 20:58:34 +02:00
Vectorize [NFC] LoopVectorizationCostModel::getMaximizedVFForTarget(): clarify debug msg 2021-06-17 21:07:34 +03:00
CMakeLists.txt