Files
clang-p2996/llvm/test/CodeGen/XCore
James Y Knight 020746d1b1 [XCore] Set MaxAtomicSizeInBitsSupported to 0 (#74389)
XCore does not appear to have any support for atomicrmw or cmpxchg.

This will result in all atomic operations getting expanded to __atomic_*
libcalls via AtomicExpandPass, which matches what Clang already does in
the frontend.

Additionally, remove the code which handles atomic load/store, as it
will no longer be used.
2023-12-05 12:51:01 -05:00
..
2016-01-26 00:03:25 +00:00