1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test/Transforms/LowerAtomic
Saleem Abdulrasool 0d19bba33e Transforms: lower fadd and fsub atomicrmw instructions
`fadd` and `fsub` have recently (r351850) been added as `atomicrmw`
operations. This diff adds lowering cases for them to the LowerAtomic
transform.

Patch by Josh Berdine!

llvm-svn: 361512
2019-05-23 17:03:43 +00:00
..
atomic-load.ll Transforms: lower fadd and fsub atomicrmw instructions 2019-05-23 17:03:43 +00:00
atomic-swap.ll
barrier.ll