[PATCH] D86510: [compiler-rt] Fix atomic support functions on 32-bit architectures
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 01:37:17 PDT 2020
luismarques accepted this revision.
luismarques added a comment.
This revision is now accepted and ready to land.
LGTM. (I had already gone down roughly the same path in D86281 <https://reviews.llvm.org/D86281>. This patch additionally adds checks for the alignments of the pointers, so it can supersede D86281 <https://reviews.llvm.org/D86281>)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86510/new/
https://reviews.llvm.org/D86510
More information about the llvm-commits
mailing list