summary refs log tree commit diff
path: root/src/test/codegen/atomic-operations-llvm-12.rs
AgeCommit message (Collapse)AuthorLines
2022-07-20Test codegen of atomic compare-exchange with additional memory orderingsTomasz Miąsko-0/+84
* Add a test for atomic operations introduced in #97423 & #98383. * Add a test for fallback code generation strategy used on LLVM 12 introduced in #98385. Use a separate test case instead of a revision system since test will be gone once LLVM 12 is no longer supported.