Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[X86] Set MaxAtomicSizeInBitsSupported. (#75112)
This will result in larger atomic operations getting expanded to `__atomic_*` libcalls via AtomicExpandPass, which matches what Clang already does in the frontend.
- Loading branch information