llvm / clangir

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

[CIR][Lowering] Add MLIR lowering support for CIR cos operations #565

Closed zhoujingya closed 3 months ago

zhoujingya commented 3 months ago

563 This PR add cir.cos lowering to MLIR math dialect, now it only surpport single and double float types, I add an assertation for the long double and other unimplemented types