repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof.
[llvm-project.git]
/
mlir
/
test
/
python
/
dialects
/
tosa.py
blob
29f63e030ee23de6f17b6a7d8d63974ddc92b130
1
# RUN: %PYTHON %s
2
3
from
mlir
.
ir
import
*
4
import
mlir
.
dialects
.
tosa
as
tosa
5
6
7
# Just make sure the dialect is populated with generated ops.
8
assert
tosa
.
AddOp