Previously low benefit op-specific patterns never had a chance to match
even if high benefit op-agnostic pattern failed to match.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/unittests/Rewrite/PatternBenefit.cpp | ||
---|---|---|
64 | Can you test PatternApplicator directly instead of testing a user of it? That would also remove the need to create a function above. |
Comment Actions
LGTM
mlir/unittests/Rewrite/PatternBenefit.cpp | ||
---|---|---|
23 | Can you add a couple of general comments in this test? |
Comment Actions
OK! I'll land this later today, but feel free to ask for commit access: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access
(If you get access before I land this, feel free to land it yourself!)
Can you add a couple of general comments in this test?