[PATCH] D83413: Tighten description of ISD::BUILD_VECTOR

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 11:01:30 PDT 2020


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/ISDOpcodes.h:452
   /// with the specified, possibly variable, elements.  The number of elements
   /// is required to be a power of two. The types of the operands must all be
+  /// the same. The types of the operands must match the vector element type,
----------------
While you're here can you drop "The number of elements is required to be a power of two." That's not true.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83413





More information about the llvm-commits mailing list