[PATCH] D135933: [X86] Add CMPCCXADD instructions.
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 17 19:51:24 PDT 2022
craig.topper added inline comments.
================
Comment at: clang/include/clang/Basic/BuiltinsX86_64.def:138
+TARGET_BUILTIN(__builtin_ia32_cmpccxadd64, "SLLiv*SLLiSLLiIi", "n", "cmpccxadd")
#undef BUILTIN
#undef TARGET_BUILTIN
----------------
There was a blank line here. Put it back.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135933/new/
https://reviews.llvm.org/D135933
More information about the cfe-commits
mailing list