llvm / clangir

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

[CIR][Lowering] Add MLIR lowering support for CIR sin operations #586

Closed GaoXiangYa closed 2 months ago

GaoXiangYa commented 2 months ago

This PR add cir.sin lowering to MLIR math dialect. In the future, I will submit a PR to lowering cir.floor, cir.fabs and other operations to MLIR.

GaoXiangYa commented 2 months ago

@bcardosolopes Hello, I have dealt with conflict, and in the next pr, I will add cir.sqrt, cir.fabs, cif.floor, cir.ceil lowering mlir passes together