1 ; RUN: opt < %s -loweratomic -S | FileCheck %s
6 %j = atomicrmw add i8* %i, i8 42 monotonic
7 ; CHECK: [[INST:%[a-z0-9]+]] = load
11 ; CHECK: ret i8 [[INST]]
17 %j = atomicrmw nand i8* %i, i8 42 monotonic
18 ; CHECK: [[INST:%[a-z0-9]+]] = load
23 ; CHECK: ret i8 [[INST]]
29 %j = atomicrmw min i8* %i, i8 42 monotonic
30 ; CHECK: [[INST:%[a-z0-9]+]] = load
35 ; CHECK: ret i8 [[INST]]