We had a bad bug over in CIRCT
caused by accidentally passing around PatternRewriter
by value. There is no reason to support copy/assignment
of the pattern rewriter, so disable it.
Details
Details
- Reviewers
rriddle - Commits
- rG07548b83247e: [PatternRewriter] Disable copy/assign operators.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo