[all-commits] [llvm/llvm-project] dc84ee: [ARM] Test more atomic sizes with +atomics-32 feat...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jul 27 02:34:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc84eeb62bf31b195beff823ace563e7fc95d00f
https://github.com/llvm/llvm-project/commit/dc84eeb62bf31b195beff823ace563e7fc95d00f
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-07-27 (Wed, 27 Jul 2022)
Changed paths:
M llvm/test/CodeGen/ARM/thumbv6m-atomic32.ll
Log Message:
-----------
[ARM] Test more atomic sizes with +atomics-32 feature (NFC)
Check that 8-bit and 16-bit atomics also work as expected. Also
fix the alignment on the 64-bit tests -- testing unaligned atomics
wasn't intended here.
More information about the All-commits
mailing list