[PATCH] D152074: [6/11][Clang][RISCV] Expand all variants for strided segment load

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 5 16:49:12 PDT 2023


craig.topper added inline comments.


================
Comment at: clang/include/clang/Basic/riscv_vector.td:1719
+
+      if (NoPassthru) // Push poison into passthru
+        Operands.append(NF, llvm::PoisonValue::get(ElementVectorType));
----------------
Curly braces


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152074



More information about the cfe-commits mailing list