Would it be possible to support the LLVm AtomicRMW Instruction? I am running into the following error:
UnsupportedInstruction: encountered an LLVM instruction which is not currently supported: instruction AtomicRMW.
Or does handling atomic instructions add significant complexity?