llvm / clangir

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

[CIR][LLVMLowering] Add LLVM lowering for data member pointers #612

Closed Lancern closed 3 weeks ago

Lancern commented 1 month ago

This PR adds LLVM lowering support for data member pointers. It includes the following changes:

Lancern commented 1 month ago

Rebased onto the latest main.