1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/lib/Transforms
David Majnemer 05fb746f08 [InstCombine] Handle failures from ConstantFoldConstantExpression
ConstantFoldConstantExpression returns null when folding fails.

This fixes PR28745.

llvm-svn: 276952
2016-07-28 02:29:06 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
InstCombine [InstCombine] Handle failures from ConstantFoldConstantExpression 2016-07-28 02:29:06 +00:00
Instrumentation [PGO] Fix profile mismatch in COMDAT function with pre-inliner 2016-07-25 18:45:37 +00:00
IPO Cleanup : Reformat PartialInliner.cpp to have current LLVM style conventions 2016-07-25 05:57:59 +00:00
ObjCARC Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. 2016-06-26 12:28:59 +00:00
Scalar [DSE] Fix bug in updating MadeChange flag 2016-07-27 17:25:20 +00:00
Utils Add verifyAnalysis for LCSSA. 2016-07-27 23:35:53 +00:00
Vectorize Fix the assertion error in collectLoopUniforms caused by empty Worklist before expanding. 2016-07-27 23:53:58 +00:00
CMakeLists.txt
LLVMBuild.txt