[PATCH] D146872: [1/11][IR] Permit load/store/alloca for struct of the same scalable vector type

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 12:31:25 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/IR/DerivedTypes.h:222
+    SCDB_IsSized = 8,
+    SCDB_ContainScalableVector = 16,
+    SCDB_NotContainScalableVector = 32
----------------
Contain->Contains


================
Comment at: llvm/lib/IR/Type.cpp:481
 
+  // For structure that is opaque, return false but do not set the
+  // SCDB_NotContainScalableVector flag since it may gain scalable vector type
----------------
is -> are


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146872



More information about the llvm-commits mailing list