[PATCH] D19682: [LSR] Skip transformation if the cost of no LSR is cheaper than the best solution selected

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 09:49:44 PDT 2016


qcolombet added a comment.

Hi Jun,

Instead of having a new method, can’t we consider this solution as part of the normal processing?
That way, if this is the best solution, we would naturally get it.

Cheers,
-Quentin


http://reviews.llvm.org/D19682





More information about the llvm-commits mailing list