llvm / clangir

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

[CIR][NFC] move data member pointer lowering to CXXABI #1130

Closed Lancern closed 10 hours ago

Lancern commented 1 week ago

This PR moves the lowering code for data member pointers from the conversion patterns to the implementation of CXXABI because this part should be ABI-specific.

github-actions[bot] commented 4 days ago

:white_check_mark: With the latest revision this PR passed the C/C++ code formatter.

Lancern commented 4 days ago

Fixed format issues and rebased.