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.* to MLIR #654

Closed Kritoooo closed 1 month ago

Kritoooo commented 1 month ago

This pr adds cir.bit.ffs cir.bit.parity cir.bit.clrsb cir.bit.popcount lowering to MLIR passes and test files.