diff options
author | Vladislav Vinogradov <vlad.vinogradov@intel.com> | 2021-06-15 18:09:31 +0300 |
---|---|---|
committer | Vladislav Vinogradov <vlad.vinogradov@intel.com> | 2021-06-21 14:07:31 +0300 |
commit | 628e136738823c3f69f4d0fb406c78f017009d1e (patch) | |
tree | c5a9a83eba19b2c2e8e214358e5c7a220626e8a1 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | b650778dc4acbab8a5415e743604a2a0afabea3d (diff) | |
download | llvm-628e136738823c3f69f4d0fb406c78f017009d1e.zip llvm-628e136738823c3f69f4d0fb406c78f017009d1e.tar.gz llvm-628e136738823c3f69f4d0fb406c78f017009d1e.tar.bz2 |
[mlir][ODS] Fix copy ctor for generate Pass classes
Redirect the copy ctor to the actual class instead of
overwriting it with `TypeID` based ctor.
This allows the final Pass classes to have extra fields and logic for their copy.
Reviewed By: lattner
Differential Revision: https://reviews.llvm.org/D104302
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions