"llvm/lib/Target/TargetFrameLowering.cpp" did not exist on "20430321c22ca46dfaef1a8c245e2dfc71d69807"
Fix a type mismatch assert in SCEV division
An assert was triggered when attempting to create a new SCEV with operands of different types in the visitAddRecExpr. In this test case, the operand types of the numerator and denominator are different. The SCEV division code should generate a conservative answer when this happens. Differential Revision: http://reviews.llvm.org/D9021 llvm-svn: 235511
Loading
Please sign in to comment