[PATCH] D120026: [ARM] Fix ARM backend to correctly use atomic expansion routines.
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 17 04:29:59 PST 2022
joerg added a comment.
I'm ambivalent about wether to use __sync_* or __atomic_*, but last time I looked at this, we generated the generic unsized variant a lot, even when the arguments have a known static size.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120026/new/
https://reviews.llvm.org/D120026
More information about the llvm-commits
mailing list