diff options
| author | Mehdi Amini <joker.eph@gmail.com> | 2023-05-25 20:58:53 -0700 |
|---|---|---|
| committer | Mehdi Amini <joker.eph@gmail.com> | 2023-05-25 21:02:31 -0700 |
| commit | bb9a0c736b57f405c6fee598ce8043d0d35a5790 (patch) | |
| tree | 001009e8d2750b4bf64ba9f62bf73b6d0f54d5e7 /mlir/lib/Bytecode/BytecodeOpInterface.cpp | |
| parent | facf22b8b07b9bbd59a078cce25137b297b5eaae (diff) | |
Revert "[MLIR] Add native Bytecode support for properties"
This reverts commit ca5a12fd69d4acf70c08f797cbffd714dd548348
and follow-up fixes:
df34c288c428eb4b867c8075def48b3d1727d60b
07dc906883af660780cf6d0cc1044f7e74dab83e
ab80ad0095083fda062c23ac90df84c40b4332c8
837d1ce0dc8eec5b17255291b3462e6296cb369b
The first commit was incomplete and broken, I'll prepare a new version
later, in the meantime pull this work out of tree.
Diffstat (limited to 'mlir/lib/Bytecode/BytecodeOpInterface.cpp')
| -rw-r--r-- | mlir/lib/Bytecode/BytecodeOpInterface.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mlir/lib/Bytecode/BytecodeOpInterface.cpp b/mlir/lib/Bytecode/BytecodeOpInterface.cpp deleted file mode 100644 index e767f57b9bb4..000000000000 --- a/mlir/lib/Bytecode/BytecodeOpInterface.cpp +++ /dev/null @@ -1,17 +0,0 @@ -//===- BytecodeOpInterface.cpp - Bytecode Op Interfaces -------------------===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// - -#include "mlir/Bytecode/BytecodeOpInterface.h" - -using namespace mlir; - -//===----------------------------------------------------------------------===// -// BytecodeOpInterface -//===----------------------------------------------------------------------===// - -#include "mlir/Bytecode/BytecodeOpInterface.cpp.inc" |
