1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/Transforms/CodeGenPrepare
David Majnemer 221bf8bc4d [CodeGenPrepare] Don't sink a cast past its user
The sink cast machinery is supposed to sink casts as close to their user
as possible.  However, an EH pad is the first instruction in it's basic
block.  Don't sink if the user is an EH pad.

This fixes PR27536.

llvm-svn: 267767
2016-04-27 19:36:38 +00:00
..
AArch64
AMDGPU
ARM
X86 [CodeGenPrepare] Don't sink a cast past its user 2016-04-27 19:36:38 +00:00
2008-11-24-RAUW-Self.ll
basic.ll
bitreverse-hang.ll
builtin-condition.ll Calculate __builtin_object_size when pointer depends on a condition 2016-04-13 12:25:25 +00:00
dom-tree.ll Keep CodeGenPrepare from preserving the domtree. 2016-03-22 21:25:08 +00:00
invariant.group.ll
overflow-intrinsics.ll
statepoint-relocate.ll