llvm / clangir

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

[CIR][CIRGen] Add missing CIRGen for generic bit operation builtins #540

Closed Lancern closed 4 months ago

Lancern commented 4 months ago

This patch adds the CIRGen for the following builtin functions:

CIRGen for these three functions are missing in the original PR which introduces CIR bit ops.