llvm / clangir

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

[CIR][CodeGen] builtins: adds __sync_bool/val_compare_and_swap #656

Closed gitoleg closed 3 months ago

gitoleg commented 4 months ago

This PR adds support for __sync_bool_compare_and_swap and __sync_val_compare_and_swap.