llvm / clangir

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

[CIR][ABI] Add unsigned int CC lowering for x86_64 #701

Closed sitio-couto closed 4 days ago

sitio-couto commented 1 week ago

Adds the necessary bits to lower arguments and return values of type unsigned int for the x86_64 target. This includes adding logic for extend and direct argument-passing kinds.