Files
clang-p2996/llvm/lib/IR
Duncan P. N. Exon Smith 362d120488 Scalar: Avoid dereferencing end() in IndVarSimplify
IndVarSimplify::sinkUnusedInvariants calls
BasicBlock::getFirstInsertionPt on the ExitBlock and moves instructions
before it.  This can return end(), so it's not safe to dereference.  Add
an iterator-based overload to Instruction::moveBefore to avoid the UB.

llvm-svn: 278886
2016-08-17 01:54:41 +00:00
..
2016-05-19 21:07:12 +00:00
2016-05-11 16:38:40 +00:00
2016-04-18 09:17:29 +00:00
2016-06-19 17:20:27 +00:00
2016-04-18 09:17:29 +00:00
2016-05-11 16:38:40 +00:00
2016-04-22 22:24:20 +00:00
2016-06-02 20:37:52 +00:00