[PATCH] [CodeGenPrepare.cpp] Feedback on changing logic when to convert select to branch
hfinkel at anl.gov
hfinkel at anl.gov
Tue Oct 28 07:48:51 PDT 2014
This change concerns me, there are certainly targets on which the branch really is always more expensive. If you need to make the TLI interface more expressive, then feel free to do so, but don't remove a target's ability to turn off the select to branch conversion.
http://reviews.llvm.org/D5998
More information about the llvm-commits
mailing list