llvm-pretty-bc-parser-0.4.2.0: disasm-test/tests/atomicrmw-faddsub.ll
define void @atomicrmw(float* %a, float %f) {
%b11 = atomicrmw fadd float* %a, float %f acquire
%b12 = atomicrmw fsub float* %a, float %f acquire
ret void
}
define void @atomicrmw(float* %a, float %f) {
%b11 = atomicrmw fadd float* %a, float %f acquire
%b12 = atomicrmw fsub float* %a, float %f acquire
ret void
}