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