mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 09:01:19 +00:00
96aa0a4115
Differential Revision: https://reviews.llvm.org/D103035
9 lines
157 B
Python
9 lines
157 B
Python
# RUN: %PYTHON %s
|
|
|
|
from mlir.ir import *
|
|
import mlir.dialects.tosa as tosa
|
|
|
|
|
|
# Just make sure the dialect is populated with generated ops.
|
|
assert tosa.AddOp
|