[PATCH] D109437: [PowerPC] FP compare and test XL compat builtins.

Albion Fung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 11:34:11 PDT 2021


Conanap added inline comments.


================
Comment at: clang/lib/Sema/SemaChecking.cpp:3490
+           SemaBuiltinConstantArgRange(TheCall, 1, 0, 127) ||
+           CheckPPCTestDataClassType(TheCall);
 #define CUSTOM_BUILTIN(Name, Intr, Types, Acc) \
----------------
If you're making a function anyways, it may be a good idea to just have a function with all the sema checking in it


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109437



More information about the llvm-commits mailing list