[Mlir-commits] [llvm] [mlir] [mlir][EmitC] Add MathToEmitC pass for math function lowering to EmitC (PR #113799)
Tomer Solomon
llvmlistbot at llvm.org
Tue Oct 29 05:04:03 PDT 2024
https://github.com/recursion-man commented:
1) Added float type check - make sure only scalar float types are handled.
2) Refactoring: moved implementation to MathToEmitCPass.cpp and split headers + use auto-generated constructor
https://github.com/llvm/llvm-project/pull/113799
More information about the Mlir-commits
mailing list