llvm / clangir

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

[CIR][ThroughMLIR] lowering cir.bit.clz and cir.bit.ctz to MLIR #645

Closed Kritoooo closed 1 month ago

Kritoooo commented 1 month ago

This pr adds cir.bit.clz and cir.bit.ctz lowering to MLIR passes and test files. I will complete the lowering of other cir.bit operations in subsequent PRs.