diff options
author | Chris Lattner <clattner@nondot.org> | 2021-07-31 15:11:44 -0700 |
---|---|---|
committer | Chris Lattner <clattner@nondot.org> | 2021-08-02 10:26:33 -0700 |
commit | 07548b83247e5c266e209ac4cdc2ab7a3231155d (patch) | |
tree | 559a2dc649f8cf01e0d28a01944c95ff83f7a545 /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | |
parent | 1e801439be26569c9ede6fd309a645b00adb656c (diff) | |
download | llvm-07548b83247e5c266e209ac4cdc2ab7a3231155d.zip llvm-07548b83247e5c266e209ac4cdc2ab7a3231155d.tar.gz llvm-07548b83247e5c266e209ac4cdc2ab7a3231155d.tar.bz2 |
[PatternRewriter] Disable copy/assign operators.
We had a [bad bug](https://github.com/llvm/circt/commit/69655864ee38167016506e9dae2eb1eb43dc3ba5) 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.
Differential Revision: https://reviews.llvm.org/D107232
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions