[Mlir-commits] [llvm] [mlir] [mlir][EmitC] Add MathToEmitC pass for math function lowering to EmitC (PR #113799)
Marius Brehler
llvmlistbot at llvm.org
Mon Nov 4 01:57:07 PST 2024
https://github.com/marbre commented:
Thanks for further iterating on this. I am currently quite busy and only have limited time for reviews. So please excuse any (future) delays and don't take is as a lack of interest (it is not!).
With the current PR we have "C" and "CPP" as possible targets (I actually would prefer lowercase here). What about specifying language standard instead? While not having a demand myself right now, I think adding the option to add `c23` to e.g. emit `fabsd32` could be nice (?). Any (further) opinions on this?
https://github.com/llvm/llvm-project/pull/113799
More information about the Mlir-commits
mailing list