[PATCH] D108091: [AggressiveInstCombine] Add shift left instruction to `TruncInstCombine` DAG

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 27 03:48:03 PDT 2021


fhahn added a comment.

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

> In D108091#3088848 <https://reviews.llvm.org/D108091#3088848>, @fhahn wrote:
>
>> This seems to be causing a code-size regression (https://bugs.llvm.org/show_bug.cgi?id=52289). It would be great if you could take a look.
>
> Sure, thanks, I've already assigned this to myself and referered to llvm.org/PR52253. Actually, this PR52289 was splitted out from PR52253 by Theodoros at my request since they have different causes. I'm to fix one after another.

Sounds great, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108091



More information about the llvm-commits mailing list