srj added a comment.

> (I certainly agree everyone should be using __atomic and not __sync.)

Halide still uses the `__sync` builtins for 32-bit targets, for reasons I don't 
have at hand now (IIRC there were downstream users with tooling issues, I will 
re-check). (I don't think we are using `__sync` for 64-bit targets; if we are, 
that's a mistake on our part.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143813/new/

https://reviews.llvm.org/D143813

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D143813: [ClangFE] ... Jonas Paulsson via Phabricator via cfe-commits
    • [PATCH] D143813: [Clan... Steven Johnson via Phabricator via cfe-commits

Reply via email to