[PATCH] D122478: [PowerPC] Add max/min intrinsics to Clang and PPC backend
Ting Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 1 03:56:34 PDT 2022
tingwang marked an inline comment as done.
tingwang added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:9897
+def err_ppc_unsupported_argument_type : Error<
+ "unsupported argument type %0 for target %1">;
def err_x86_builtin_invalid_rounding : Error<
----------------
qiucf wrote:
> Use `err_target_unsupported_type`?
Thanks again for pointing it out!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122478/new/
https://reviews.llvm.org/D122478
More information about the cfe-commits
mailing list