[PATCH] D86281: [compiler-rt][builtins] Tweak checks for lock-free atomics

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 01:31:58 PDT 2020


luismarques abandoned this revision.
luismarques added a comment.

In D86281#2235413 <https://reviews.llvm.org/D86281#2235413>, @arichardson wrote:

> Only just saw this after posting my own fix (D86510 <https://reviews.llvm.org/D86510>). This LGTM, and I can rebase my change to enable the 16-byte case on top of this.

Great minds think alike ;)
Your patch is a superset of mine, so we can just apply yours. I'll abandon this one.

Abandoning. Superceeded by D86510 <https://reviews.llvm.org/D86510>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86281



More information about the llvm-commits mailing list