llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
312 stars 86 forks source link

[CIR][CIRGen] Add CIRGen for binary fp2fp builtin operations #616

Closed Lancern closed 1 month ago

Lancern commented 1 month ago

This PR adds the following operations for the builtin binary fp2fp functions:

This PR also includes CIRGen support for these new operations.

bcardosolopes commented 1 month ago

Awesome! Please also add LLVM lowering support, thanks!

Lancern commented 1 month ago

Please also add LLVM lowering support

Added. Also rebased onto the latest main.