[PATCH] D119916: Add a machine function pass to convert binop(phi(constants), v) to phi(binop)

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 14:53:11 PDT 2023


qcolombet added a comment.

Hi @Carrot,

I can help get the patch reviewed if it is still relevant.
Just one high-level remark: the changes in the peephole optimizer should be a separate patch, right?

Cheers,
-Quentin


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

https://reviews.llvm.org/D119916



More information about the llvm-commits mailing list