[RISCV] Fix the code alignment for GroupFloatVectors. NFC
[llvm-project.git] / mlir / test / python / dialects / tosa.py
blob29f63e030ee23de6f17b6a7d8d63974ddc92b130
1 # RUN: %PYTHON %s
3 from mlir.ir import *
4 import mlir.dialects.tosa as tosa
7 # Just make sure the dialect is populated with generated ops.
8 assert tosa.AddOp