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

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 13:39:18 PDT 2023


aeubanks added a comment.

doing this at the MIR level seems slightly better conceptually, but I think an MIR pass is more complicated than recognizing the pattern at the IR level (aka you might get a review faster with an IR pass)


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

https://reviews.llvm.org/D119916



More information about the llvm-commits mailing list