[PATCH] D24175: IfConversion: Don't count branches in # of duplicates.
Kyle Butt via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 17:33:46 PDT 2016
iteratee added inline comments.
================
Comment at: lib/CodeGen/IfConversion.cpp:675
@@ +674,3 @@
+ // If we get all the way to the branch instructions, don't count them.
+ if (!TIE->isBranch())
+ ++Dups1;
----------------
Heh, Shows what I get for copy and paste.
Should be TIB.
Repository:
rL LLVM
https://reviews.llvm.org/D24175
More information about the llvm-commits
mailing list