[PATCH] D113508: [PatternMatch] Add m_BinOp/m_c_BinOp with specific opcode
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 15 11:00:54 PST 2021
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM - there may be more potential uses in functions like InstCombinerImpl::SimplifyUsingDistributiveLaws() or other reassociation folds.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113508/new/
https://reviews.llvm.org/D113508
More information about the llvm-commits
mailing list