Skip to content

Instantly share code, notes, and snippets.

View PragmaTwice's full-sized avatar

Twice PragmaTwice

View GitHub Profile
# RUN: %PYTHON %s 2>&1 | FileCheck %s
# REQUIRES: host-supports-jit
from mlir.ir import *
from mlir.dialects.ext import *
from mlir.rewrite import *
from mlir.passmanager import *
from mlir.execution_engine import *
from mlir.dialects import llvm, scf, func