llvm-project
6149387b - [CIR] Implement lowering of atomic-func ptrs (#199045)

Commit
69 days ago
[CIR] Implement lowering of atomic-func ptrs (#199045) This actually is a near-zero effort implementation, since other than an assertion, we had everything correct. It isn't clear where that assertion came from (other than an over abundance of caution?). It doesn't exist in classic codegen, which always counts on the fallthrough. However, we ARE missing some ptr-auth work in that area, so a MissingFeatures is added to be a placeholder for it.
Author
Parents
Loading