1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/Transforms
Gor Nishanov 13a7a6f2a7 [coroutines] Make CoroSplit pass deterministic
coro-split-after-phi.ll test was flaky due to non-determinism in
the coroutine frame construction that was sorting the spill
vector using a pointer to a def as a part of the key.

The sorting was intended to make sure that spills for the same def
are kept together, however, we populate the vector by processing
defs in order, so the spill entires will end up together anyways.

This change removes spill sorting and restores the determinism
in the test.

llvm-svn: 299809
2017-04-08 00:49:46 +00:00
..
Coroutines [coroutines] Make CoroSplit pass deterministic 2017-04-08 00:49:46 +00:00
Hello
InstCombine [InstCombine] Handle more commuted cases of ((A & B) | ~A) -> (~A | B) 2017-04-07 07:32:00 +00:00
Instrumentation [PGO] Preserve GlobalsAA in pgo-memop-opt pass. 2017-04-06 20:56:00 +00:00
IPO [cfi] Take over existing __cfi_check in CrossDSOCFI. 2017-04-07 23:00:20 +00:00
ObjCARC [ObjCArc] Do not dereference an invalidated iterator. 2017-04-05 03:44:09 +00:00
Scalar NewGVN: Make CongruenceClass a real class in preparation for splitting 2017-04-07 18:38:09 +00:00
Utils AliasAnalysis: Be less conservative about volatile than atomic. 2017-04-07 01:28:36 +00:00
Vectorize Reapply r298620: [LV] Vectorize GEPs 2017-04-07 14:15:34 +00:00
CMakeLists.txt
LLVMBuild.txt