1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/Analysis/MemorySSA
Arthur Eubanks 54c69d097e [NewPM][LoopUnswitch] Pin loop-unswitch to legacy PM or use simple-loop-unswitch
As mentioned in
http://lists.llvm.org/pipermail/llvm-dev/2020-July/143395.html,
loop-unswitch has not been ported to the NPM. Instead people are using
simple-loop-unswitch.

Pin all tests in Transforms/LoopUnswitch to legacy PM and replace all
other uses of loop-unswitch with simple-loop-unswitch.

One test that didn't fit into the above was
2014-06-21-congruent-constant.ll which seems to only pass with
loop-unswitch. That is also pinned to legacy PM.

Now all tests containing "-loop-unswitch" anywhere in the test succeed with
NPM turned on by default.

Reviewed By: ychen

Differential Revision: https://reviews.llvm.org/D85360
2020-08-06 10:56:00 -07:00
..
assume.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
atomic-clobber.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
basicaa-memcpy.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
constant-memory.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
cyclicphi.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
debugvalue2.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
debugvalue.ll
forward-unreachable.ll
function-clobber.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
function-mem-attrs.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
invalidate.ll
invariant-groups.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
lifetime-simple.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
load-invariant.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
loop_rotate_remove_trivial_phis.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
loop-rotate-disablebasicaa.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
loop-rotate-inv-template.ll
loop-rotate-simplified-clone.ll
loop-rotate-valuemap.ll
loop-unswitch.ll [NewPM][LoopUnswitch] Pin loop-unswitch to legacy PM or use simple-loop-unswitch 2020-08-06 10:56:00 -07:00
many-dom-backedge.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
many-doms.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
multi-edges.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
multiple-backedges-hal.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
multiple-locations.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
no-disconnected.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
nondeterminism.ll
optimize-use.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
phi-translation.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
pr28880.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
pr36883.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
pr39197.ll [NewPM][LoopUnswitch] Pin loop-unswitch to legacy PM or use simple-loop-unswitch 2020-08-06 10:56:00 -07:00
pr40037.ll
pr40038.ll
pr40509.ll
pr40749_2.ll [NewPM][LoopUnswitch] Pin loop-unswitch to legacy PM or use simple-loop-unswitch 2020-08-06 10:56:00 -07:00
pr40749.ll
pr40754.ll
pr41254.ll
pr41640.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
pr41853.ll
pr42294.ll
pr42940.ll
pr43044.ll
pr43317.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
pr43320.ll
pr43426.ll
pr43427.ll [MSSA] Update test with more detailed and resilient checks. [NFC] 2020-08-05 16:46:44 -07:00
pr43438.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
pr43493.ll
pr43540.ll
pr43541.ll
pr43569.ll
pr43641.ll
pr44027.ll
pr44029.ll
pr46275.ll
ptr-const-mem.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
reduce_clobber_limit.ll
renamephis.ll
scalable-vec.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
simple_loop_unswitch_nontrivial.ll
unreachable.ll
update_unroll.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00
volatile-clobber.ll [MSSA][NewPM] Handle tests with -print-memoryssa 2020-08-05 15:59:45 -07:00