llvm-project/llvm/test/Transforms/AtomicExpand/PowerPC
Kai Luo ad2f7fd286 [AtomicExpand] Make floating point conversion happens before fence insertion
IIUC, the conversion part is not part of atomic operations and fences should be put around converted atomic operations.
This also fixes atomic load of floating point values which requires fence on PowerPC.

Reviewed By: efriedma

Differential Revision: https://reviews.llvm.org/D127609
2022-08-31 09:54:58 +08:00
..
atomicrmw-fp.ll
cfence-double.ll [AtomicExpand] Make floating point conversion happens before fence insertion 2022-08-31 09:54:58 +08:00
cfence-float.ll [AtomicExpand] Make floating point conversion happens before fence insertion 2022-08-31 09:54:58 +08:00
cmpxchg.ll [PowerPC] Adjust `MaxAtomicSizeInBitsSupported` on PPC64 2022-04-09 00:03:09 +00:00
issue55983.ll [PowerPC] Allow llvm.ppc.cfence to accept pointer types 2022-06-24 10:55:32 +08:00
lit.local.cfg