[all-commits] [llvm/llvm-project] 0dd840: [AggressiveInstCombine] Add `phi` nodes support to...

Anton Afanasyev via All-commits all-commits at lists.llvm.org
Thu Feb 24 20:57:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0dd84013710555599253f9de58996e98206d1383
      https://github.com/llvm/llvm-project/commit/0dd84013710555599253f9de58996e98206d1383
  Author: Anton Afanasyev <anton.a.afanasyev at gmail.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h
    M llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
    M llvm/test/Transforms/AggressiveInstCombine/trunc_phi.ll

  Log Message:
  -----------
  [AggressiveInstCombine] Add `phi` nodes support to `TruncInstCombine`

Expand `TruncInstCombine` to handle loops by adding `phi` nodes
to expression graph.

Reviewed by: RKSimon, lebedev.ri

(recommit of fixed f84d732f, reverted by 8ad6d5e after sanitizer breakage)

Differential Revision: https://reviews.llvm.org/D109817




More information about the All-commits mailing list