llvm-project/llvm/lib/Transforms/AggressiveInstCombine
Amjad Aboud d895bff5f2 [AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks.
Because dead code may contain non-standard IR that causes infinite looping or crashes in underlying analysis.
See PR36134 for more details.

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

llvm-svn: 323862
2018-01-31 10:41:31 +00:00
..
AggressiveInstCombine.cpp [AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks. 2018-01-31 10:41:31 +00:00
AggressiveInstCombineInternal.h [AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks. 2018-01-31 10:41:31 +00:00
CMakeLists.txt Another try to commit 323321 (aggressive instruction combine). 2018-01-25 12:06:32 +00:00
LLVMBuild.txt Another try to commit 323321 (aggressive instruction combine). 2018-01-25 12:06:32 +00:00
TruncInstCombine.cpp [AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks. 2018-01-31 10:41:31 +00:00