craig.topper added inline comments.

================
Comment at: clang/include/clang/Basic/riscv_vector.td:2042
+
+          SmallVector<llvm::Value*, 2> Operands;
+          if (ResultType->isIntOrIntVectorTy(1)) {
----------------
Don't use SmallVector for a fixed number of items. You can use a plain array.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149642

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to