[PATCH] D119916: Add a machine function pass to convert binop(phi(constants), v) to phi(binop)
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 00:42:52 PST 2022
lebedev.ri added a comment.
I suppose this is the right place for this transformation, rather than in middle-end.
Is this the same transform as D117110 <https://reviews.llvm.org/D117110>? Some enhancements are missing there, but do we need both?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119916/new/
https://reviews.llvm.org/D119916
More information about the llvm-commits
mailing list