[PATCH] D109817: [AggressiveInstCombine] Add `phi` nodes support to `TruncInstCombine`

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 13 03:47:31 PDT 2021


RKSimon added a comment.

In D109817#3043432 <https://reviews.llvm.org/D109817#3043432>, @anton-afanasyev wrote:

> Ping.
> Though this patch makes AIC more complicated (using general graph instead of expression DAG), it spreads AIC outside one BB. It impacts ~30 tests of test suite.

Are there any notable diffs (codegen/perf) in those tests?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109817/new/

https://reviews.llvm.org/D109817



More information about the llvm-commits mailing list