You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the convert-memref-to-emitcpass does not consider the illegal types, such asf16or i4.
Both the f16or i4 in memref will triger the crash when converting to emitc.
git version: b68df
system:
Ubuntu 18.04.6 LTS
reproduce with:
mlir-opt -convert-memref-to-emitc a.mlir
It seems that the
convert-memref-to-emitc
pass does not consider the illegal types, such asf16
ori4
.Both the
f16
ori4
in memref will triger the crash when converting to emitc.a.mlir:
stack trace:
The text was updated successfully, but these errors were encountered: