[PATCH] D132828: Add new optimization pass of Tree Height Reduction
KAWASHIMA Takahiro via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 21 17:18:06 PST 2022
kawashima-fj added a comment.
In D132828#3941665 <https://reviews.llvm.org/D132828#3941665>, @seanxilinx wrote:
> @kawashima-fj, I think it is a good optimization pass. I want to integrate it into my product. Is there any license issue since it is not taken by LLVM? Thanks
@seanxilinx No, there is no license issue. This patch was posted here under the license same as the LLVM (Apache License v2.0 with LLVM Exceptions).
As I explained in D138107 <https://reviews.llvm.org/D138107>, D132828 <https://reviews.llvm.org/D132828> and D138107 <https://reviews.llvm.org/D138107> achieve similar transformation. However, if the LLVM community wants both, I can continue this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132828/new/
https://reviews.llvm.org/D132828
More information about the llvm-commits
mailing list