[PATCH] D19682: [LSR] Skip transformation if the cost of no LSR is cheaper than the best solution selected
Jun Bum Lim via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 07:34:15 PDT 2016
junbuml abandoned this revision.
junbuml added a comment.
The initial cost I meant here was the cost before the post-increment normalization, and I skipped rewriting for the best solution selected from the post-inc transformed candidates if the initial cost is cheaper than the best solution. However, I found very fundamental cases were not handled by skipping rewriting.
https://reviews.llvm.org/D19682
More information about the llvm-commits
mailing list