1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms
Johannes Doerfert f4443afe7c [Attributor][FIX] Do not simplify byval arguments
A byval argument is a different value in the caller and callee, we
cannot propagate the information as part of AAValueSimplify. Users that
want to deal with byval arguments need to specifically perform the
argument -> call site step. We do not do this for now.
2021-07-19 22:48:51 -05:00
..
AggressiveInstCombine
CFGuard
Coroutines [NFC] [Coroutines] Remove unused CoroFree 2021-07-14 19:13:12 +08:00
Hello
InstCombine [InstCombine] Fold IntToPtr/PtrToInt to bitcast 2021-07-18 23:13:25 +02:00
Instrumentation [InstrProfiling] Use weak alias for bias variable 2021-07-19 12:23:51 -07:00
IPO [Attributor][FIX] Do not simplify byval arguments 2021-07-19 22:48:51 -05:00
ObjCARC
Scalar Revert "[MemCpyOpt] Enable memcpy optimizations unconditionally." 2021-07-19 14:27:41 -07:00
Utils [LoopUtils] Fix incorrect RT check bounds of loop-invariant mem accesses 2021-07-19 19:38:24 +08:00
Vectorize [SLP]Fix possible crash on unreachable incoming values sorting. 2021-07-19 04:54:53 -07:00
CMakeLists.txt