1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/Transforms
Petr Hosek c915ee2880 [SafeStack] Insert the deref before remaining elements
This is a follow up to D64971. While we need to insert the deref after
the offset, it needs to come before the remaining elements in the
original expression since the deref needs to happen before the LLVM
fragment if present.

Differential Revision: https://reviews.llvm.org/D65172

llvm-svn: 366865
2019-07-24 00:16:23 +00:00
..
AggressiveInstCombine
Coroutines Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
Hello
InstCombine [NFC][PatternMatch] Refactor code into a proper "matcher for any integral constant" 2019-07-22 22:09:24 +00:00
Instrumentation Added address-space mangling for stack related intrinsics 2019-07-22 12:42:48 +00:00
IPO [Attributor][NFC] Re-run clang-format on the Attributor.cpp 2019-07-23 08:29:22 +00:00
ObjCARC [ObjC][ARC] Delete ObjC runtime calls on global variables annotated 2019-06-14 22:06:32 +00:00
Scalar [IndVars] Fix a subtle bug in optimizeLoopExits 2019-07-23 17:45:11 +00:00
Utils [SafeStack] Insert the deref before remaining elements 2019-07-24 00:16:23 +00:00
Vectorize [SLPVectorizer] Revert local change that got accidently got committed in rL366799 2019-07-23 13:42:01 +00:00
CMakeLists.txt
LLVMBuild.txt