[PATCH] D12742: [ARM] Scaling up values in ARMBaseInstrInfo::isProfitableToIfCvt() before they are scaled by a probability to avoid precision issue.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 05:33:40 PDT 2015


rengolin added a comment.

Ok, that makes sense. But just grep won't cut, as if future patches add another one on a different case, we won't notice. Please pipe to FileCheck and use a CHECK line where appropriate. Otherwise, LGTM.


http://reviews.llvm.org/D12742





More information about the llvm-commits mailing list