1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Analysis/MemorySSA
Michael Zolotukhin 041e33a699 [MemorySSA] Don't sort IDF blocks.
Summary:
After r332167 we started to sort the IDF blocks inside IDF calculation, so
there is no need to re-sort them on the user site. The test changes are due to
a slightly different order we're using now (originally we used DFSInNumber and
now the blocks are sorted by a pair (LevelFromRoot, DFSInNumber)).

Reviewers: dberlin, mgrang

Subscribers: Prazek, hiraditya, george.burgess.iv, llvm-commits

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

llvm-svn: 332385
2018-05-15 18:40:29 +00:00
..
assume.ll
atomic-clobber.ll
basicaa-memcpy.ll Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1) 2018-01-19 17:13:12 +00:00
constant-memory.ll
cyclicphi.ll [MemorySSA] Don't sort IDF blocks. 2018-05-15 18:40:29 +00:00
forward-unreachable.ll
function-clobber.ll
function-mem-attrs.ll
invariant-groups.ll [MemorySSA] Don't sort IDF blocks. 2018-05-15 18:40:29 +00:00
lifetime-simple.ll
load-invariant.ll
many-dom-backedge.ll [MemorySSA] Don't sort IDF blocks. 2018-05-15 18:40:29 +00:00
many-doms.ll [MemorySSA] Don't sort IDF blocks. 2018-05-15 18:40:29 +00:00
multi-edges.ll [MemorySSA] Don't sort IDF blocks. 2018-05-15 18:40:29 +00:00
multiple-backedges-hal.ll [MemorySSA] Don't sort IDF blocks. 2018-05-15 18:40:29 +00:00
multiple-locations.ll
no-disconnected.ll
optimize-use.ll
phi-translation.ll [MemorySSA] Don't sort IDF blocks. 2018-05-15 18:40:29 +00:00
pr28880.ll
pr36883.ll [MemorySSA] Consider callsite args for hashing and equality. 2018-03-29 00:54:39 +00:00
ptr-const-mem.ll
volatile-clobber.ll