llvm/test/Transforms/Float2Int
Sanjay Patel 09626b4e35 [Float2Int] avoid crashing on unreachable code (PR38502)
In the example from:
https://bugs.llvm.org/show_bug.cgi?id=38502
...we hit infinite looping/crashing because we have non-standard IR -
an instruction operand is used before defined.
This and other unusual constructs are allowed in unreachable blocks,
so avoid the problem by using DominatorTree to step around landmines.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372339 91177308-0d34-0410-b5e6-96231b3b80d8
2019-09-19 16:31:17 +00:00
..
basic.ll [Float2Int] avoid crashing on unreachable code (PR38502) 2019-09-19 16:31:17 +00:00
float2int-optnone.ll
toolarge.ll