[X86] Remove `IntrArgMemOnly` from cmpccxadd intrinsics
CMPSXADD will modify memory, so we can't use `IntrArgMemOnly` here. Found it during review D137250.
parent
061426df
Please register or sign in to comment
CMPSXADD will modify memory, so we can't use `IntrArgMemOnly` here. Found it during review D137250.