[PATCH] D86147: [LangRef] Revise semantics of get.active.lane.mask

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 01:04:22 PDT 2020


samparker added inline comments.


================
Comment at: llvm/docs/LangRef.rst:16937
 indexed by ``i``,  and ``%base``, ``%n`` are the two arguments to
 ``llvm.get.active.lane.mask.*``, ``%imcp`` is an integer compare and ``ule``
 the unsigned less-than-equal comparison operator.  Overflow cannot occur in
----------------
bah, I missed the 'ule' and there's an original typo: imcp


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

https://reviews.llvm.org/D86147



More information about the llvm-commits mailing list