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
Similar to many other floating point operations in arith, arith.cmpf supports specifying relaxations of semantics for code generation and optimizations using the fastmath attribute: https://mlir.llvm.org/docs/Dialects/ArithOps/#attributes-2
This attribute is currently missing from cmpf in xDSL making it impossible to import from generic syntax.
The text was updated successfully, but these errors were encountered:
`backend`(lowering)-only part of
#3272. Depends on #3275 and
#3276.
This should close#2725 once merged
Co-authored-by: Sasha Lopoukhine <[email protected]>
Similar to many other floating point operations in
arith
,arith.cmpf
supports specifying relaxations of semantics for code generation and optimizations using thefastmath
attribute: https://mlir.llvm.org/docs/Dialects/ArithOps/#attributes-2This attribute is currently missing from
cmpf
in xDSL making it impossible to import from generic syntax.The text was updated successfully, but these errors were encountered: