[PATCH] D94851: [InstCombine] Don't transform (select c, ext(TI), ext(FI)) if ext is free

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 13:05:23 PST 2021


lebedev.ri added a comment.

In D94851#2507867 <https://reviews.llvm.org/D94851#2507867>, @Carrot wrote:

> Thanks for the info.
>
> I will discard this patch and reverse the pattern at function CodeGenPrepare::optimizeExt.

Not really sure why that would go into `CodeGenPrepare`, which is a temporary hack,
DAGCombine is the usual counterpart.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94851



More information about the llvm-commits mailing list