[PATCH] D112634: [InstCombine] canonicalize icmp with trunc op into mask and cmp, part 2
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 08:08:50 PST 2022
spatel added a comment.
In D112634#3392128 <https://reviews.llvm.org/D112634#3392128>, @fhahn wrote:
> It looks like this introduced a regression with `-Oz`: https://github.com/llvm/llvm-project/issues/53321
>
> It would be great if you could take a look.
Sorry I missed this when it was sent - the code looks fine now, so I closed the bug.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112634/new/
https://reviews.llvm.org/D112634
More information about the llvm-commits
mailing list