1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Transforms/Sink
Fiona Glaser c5f9051b0c [Sink] Really really fix predicate in legality check
LoadInst isn't enough; we need to include intrinsics that perform loads too.

All side-effecting intrinsics and such are already covered by the isSafe
check, so we just need to care about things that read from memory.

D41960, originally from D33179.

llvm-svn: 322311
2018-01-11 21:28:57 +00:00
..
badloadsink.ll [Sink] Really really fix predicate in legality check 2018-01-11 21:28:57 +00:00
basic.ll
call.ll
catchswitch.ll
convergent.ll
fence.ll
landingpad.ll