[PATCH] D15536: [JumpThreading] Fix opcode bonus in getJumpThreadDuplicationCost()
Geoff Berry via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 28 11:58:32 PST 2015
gberry added a reviewer: nadav.
gberry added a comment.
Nadav, could you review this? It appears that a change of yours introduced this change in behavior:
c6990869 (Nadav Rotem 2012-12-03 17:34:44 +0000 294) // Stop scanning the block if we've reached the threshold.
c6990869 (Nadav Rotem 2012-12-03 17:34:44 +0000 295) if (Size > Threshold)
c6990869 (Nadav Rotem 2012-12-03 17:34:44 +0000 296) return Size;
http://reviews.llvm.org/D15536
More information about the llvm-commits
mailing list