[PATCH] D79806: [CodeGen] Specify meaning of ISD opcodes for scalable vectors

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 11:59:22 PDT 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/include/llvm/CodeGen/ISDOpcodes.h:459
   /// element type then VAL is truncated before replacement.
+  /// If VECTOR is a scalable vector, then IDX may be larger than the minimum
+  /// vector width. IDX is not first scaled by the runtime scaling factor of
----------------
Maybe put an empty `///` line between the two paragraphs?


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

https://reviews.llvm.org/D79806





More information about the llvm-commits mailing list