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

Guozhi Wei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 17:46:27 PDT 2022


Carrot added a comment.

In D119916#3506471 <https://reviews.llvm.org/D119916#3506471>, @spatel wrote:

> Adding more potential machine pass reviewers. 
> Was the question from @nikic (about making this an IR pass) answered?

It was answered in https://reviews.llvm.org/D119916#3327325.


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

https://reviews.llvm.org/D119916



More information about the llvm-commits mailing list