Files
clang-p2996/llvm/lib/CodeGen/TargetLoweringBase.cpp
James Y Knight b58f91a31b Set the default value for MaxAtomicSizeInBitsSupported to 0.
This was planned since its introduction, but wasn't rolled out for a
little bit longer than intended (ahem...8 years).

All in-tree targets have now been adjusted to call
setMaxAtomicSizeInBitsSupported explicitly where required, so this
should be a no-op. The docs in docs/Atomics.rst already claimed the
default was 0, so that doesn't need updating.
2024-01-11 18:01:46 -05:00

90 KiB