[PATCH] D82035: [PowerPC] Add Sema checks for MMA types

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 2 09:39:26 PST 2020


amyk added inline comments.


================
Comment at: clang/lib/Sema/SemaChecking.cpp:3312
+// if the type is invalid.
+bool Sema::CheckPPCValidType(QualType Type, SourceLocation TypeLoc) {
+  if (Type->isPointerType() || Type->isArrayType())
----------------
Would  `CheckPPCMMAType` be a better name?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82035



More information about the cfe-commits mailing list