1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Transforms/EarlyCSE
Geoff Berry 9de6b5b6de [EarlyCSE] Handle calls with no MemorySSA info.
Summary:
When checking for memory dependencies between calls using MemorySSA,
handle cases where the calls have no MemoryAccess associated with them
because the AA analysis being used has determined that the call does not
read/write memory.

Fixes PR33756

Reviewers: dberlin, davide

Subscribers: mcrosier, llvm-commits, Prazek

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

llvm-svn: 308051
2017-07-14 20:13:21 +00:00
..
AArch64
atomics.ll
basic.ll
commute.ll
conditional.ll
const-speculation.ll InstructionSimplify: don't speculate about Constants changing. 2017-05-22 21:28:08 +00:00
edge.ll
fence.ll
flags.ll
floatingpoint.ll
globalsaa-memoryssa.ll [EarlyCSE] Handle calls with no MemorySSA info. 2017-07-14 20:13:21 +00:00
guards.ll [EarlyCSE] Mark the condition of assume intrinsic as true 2017-04-28 06:25:39 +00:00
instsimplify-dom.ll
invariant-loads.ll
invariant.start.ll
memoryssa.ll
pr33406.ll [EarlyCSE] Make PhiToCheck in removeMSSA() a set. 2017-06-14 19:29:53 +00:00
read-reg.ll
readnone-mayunwind.ll