[PATCH] D149642: [RISCV] Support vreinterpret intrinsics between vector boolean type and m1 vector integer type

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 11 11:27:20 PDT 2023


craig.topper added inline comments.


================
Comment at: clang/include/clang/Basic/riscv_vector.td:2042
+
+          SmallVector<llvm::Value*, 2> Operands;
+          if (ResultType->isIntOrIntVectorTy(1)) {
----------------
This SmallVector is unused


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149642



More information about the cfe-commits mailing list