[PATCH] D35754: [ForwardOpTree] Introduce the -polly-optree pass.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 08:40:35 PDT 2017


Meinersbur added a comment.

In https://reviews.llvm.org/D35754#818836, @nandini12396 wrote:

> Thank you. This is really nice idea. Do you have some cost modeling for when to allow this forwarding?


There is no cost modeling (yet), it is assumed to be always beneficial. The GVN pass should later be able do remove instruction duplication and move them back to cheaper places again.


Repository:
  rL LLVM

https://reviews.llvm.org/D35754





More information about the llvm-commits mailing list