[PATCH] D105946: [PowerPC] Store, load, move from and to registers related builtins
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 06:27:11 PDT 2021
lei added inline comments.
================
Comment at: clang/lib/Sema/SemaChecking.cpp:3371
+ return SemaFeatureCheck(*this, TheCall, "extdiv",
+ diag::err_ppc_builtin_only_on_arch, "8");
#define CUSTOM_BUILTIN(Name, Intr, Types, Acc) \
----------------
need tests for these.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105946/new/
https://reviews.llvm.org/D105946
More information about the llvm-commits
mailing list