[flang-commits] [flang] [llvm] [flang][PPC] Set the type and size of PPC vector in codegen (PR #193290)

Daniel Chen via flang-commits flang-commits at lists.llvm.org
Wed Aug 5 21:12:23 PDT 2026


================
@@ -258,7 +258,7 @@ class DerivedType {
     return noFinalizationNeeded_;
   }
   RT_API_ATTRS bool noDefinedAssignment() const { return noDefinedAssignment_; }
-
+  RT_API_ATTRS bool isVectorType() const { return isVectorType_; }
----------------
DanielCChen wrote:

I don't think this is necessary.

https://github.com/llvm/llvm-project/pull/193290


More information about the flang-commits mailing list