[PATCH] D93585: [AArch64] Enable out-of-line atomics by default.
Pavel Iliin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 13 11:50:29 PST 2021
ilinpv marked 2 inline comments as done.
ilinpv added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:1087
FeatureNEON,
+ FeatureOutlineAtomics,
FeaturePerfMon,
----------------
t.p.northover wrote:
> I think this still enables it more widely than we want. Clang overrides it with `-outline-atomics`, but other front-ends don't.
Could I ask you to clarify what front-ends you meant (to check outline atomics suport for them)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93585/new/
https://reviews.llvm.org/D93585
More information about the cfe-commits
mailing list