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
[mlir][arith] Add ArithOpsInterfaces to mlir-generic-headers (#70862)
This is achieved by calling add_mlir_interface.
The issue manifests as ArithOpsInterfaces.h.inc not being available when
a pass includes something like MemRef.h which includes Arith.h.
Tested with check-mlir.
0 commit comments