[PATCH] D149916: [VP][SelectionDAG][RISCV] Add get_vector_length intrinsics and generic SelectionDAG support.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 22:43:09 PDT 2023


frasercrmck accepted this revision.
frasercrmck added a comment.

LGTM too, one typo



================
Comment at: llvm/docs/LangRef.rst:18094
+
+The first argument is an unsigned value of any scalar integer type and specifieso
+total number of elements to be processed. The second argument is an i32
----------------
typo: `specifieso`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149916



More information about the llvm-commits mailing list