[all-commits] [llvm/llvm-project] 102449: [X86] Remove `IntrArgMemOnly` from cmpccxadd intri...
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Wed Nov 2 20:21:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1024497fffd18bba92485852cfedebb829499953
https://github.com/llvm/llvm-project/commit/1024497fffd18bba92485852cfedebb829499953
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2022-11-03 (Thu, 03 Nov 2022)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsX86.td
Log Message:
-----------
[X86] Remove `IntrArgMemOnly` from cmpccxadd intrinsics
CMPSXADD will modify memory, so we can't use `IntrArgMemOnly` here.
Found it during review D137250.
More information about the All-commits
mailing list