[RFC] Integer overflow flags support in `arith` dialect

I think we can support the integer overflow flags for complex dialect as we do (still on-doing) to support the fastmath flag in converting to arith and LLVM dialect. It allows us to keep the overflow flags semantics from the complex dialect to the lower dialect in the same manner. What do you think about it? If it makes sense, I’ll try to work on that.

2 Likes