[PATCH] D124386: IR/PatternMatch: Mark m_Mul as commutable
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 07:50:33 PDT 2022
nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.
We use separate matchers for commutative variants, in this case `m_c_Mul()`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124386/new/
https://reviews.llvm.org/D124386
More information about the llvm-commits
mailing list