[llvm] [mlir] [mlir][EmitC] Add MathToEmitC pass for math function lowering to EmitC (PR #113799)

Tomer Solomon via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 06:53:22 PST 2024


https://github.com/recursion-man commented:

Defined the LanguageTarget enum in Dialect/EmitC/Transforms/Passes.h to specify the language standard target for code generation (currently supporting c99 and cpp11).

https://github.com/llvm/llvm-project/pull/113799


More information about the llvm-commits mailing list