[PATCH] D106484: [PowerPC] Add PowerPC "__stbcx" builtin and intrinsic for XL compatibility

Albion Fung via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 22 07:32:53 PDT 2021


Conanap added inline comments.


================
Comment at: clang/lib/Sema/SemaChecking.cpp:3437
   case PPC::BI__builtin_ppc_icbt:
+  case PPC::BI__builtin_ppc_stbcx:
     return SemaFeatureCheck(*this, TheCall, "isa-v207-instructions",
----------------
would prefer if this joined the list of `sthcx`, `lharx` and `lbarx` right below this case


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106484/new/

https://reviews.llvm.org/D106484



More information about the cfe-commits mailing list