1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms
Adam Nemet 8c2b05ed44 [LV] Interleaved access vectorization: fix computing new alias info
As a new access is generated spanning across multiple fields, we need to
propagate alias info from all the fields to form the most generic alias info.

rdar://35602528

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

llvm-svn: 319979
2017-12-06 22:42:24 +00:00
..
Coroutines [coro] Make Spill a proper struct instead of deriving from pair. 2017-10-31 19:22:55 +00:00
Hello
InstCombine [InstCombine] canonicalize constant-minus-boolean to select-of-constants 2017-12-06 21:22:57 +00:00
Instrumentation [PGO] Make indirect call promotion a utility 2017-12-06 21:22:54 +00:00
IPO [PGO] Make indirect call promotion a utility 2017-12-06 21:22:54 +00:00
ObjCARC Modify ModRefInfo values using static inline method abstractions [NFC]. 2017-12-05 20:12:23 +00:00
Scalar [ModRefInfo] Do not use ModRefInfo result in if conditions as this makes 2017-12-06 19:56:37 +00:00
Utils [PGO] Make indirect call promotion a utility 2017-12-06 21:22:54 +00:00
Vectorize [LV] Interleaved access vectorization: fix computing new alias info 2017-12-06 22:42:24 +00:00
CMakeLists.txt
LLVMBuild.txt