[Mlir-commits] [mlir] [mlir][emitc] Arith to EmitC: handle floating-point<->integer conversions (PR #87614)
Simon Camphausen
llvmlistbot at llvm.org
Fri May 3 00:26:34 PDT 2024
https://github.com/simon-camp requested changes to this pull request.
Can you edit the PR description please. Just state what this PR is adding. Something like the following would be descriptive enough I think.
Add support for cast operations in the conversion. Floating point conversions to 1 bit integer types are not handled at the moment, as theses don't map to boolean conversions directly.
https://github.com/llvm/llvm-project/pull/87614
More information about the Mlir-commits
mailing list