[PATCH] D81827: [CGP] Convert phi types

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 15:24:04 PDT 2020


efriedma added a comment.

The "used by stores" part is potentially a little problematic, until we settle https://bugs.llvm.org/show_bug.cgi?id=45152 .

The algorithm seems reasonable.

This needs to happen in CodeGenPrepare due to the interaction with other CGP optimizations?


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

https://reviews.llvm.org/D81827





More information about the llvm-commits mailing list