[all-commits] [llvm/llvm-project] 5c4724: [LangRef] update text for shufflevector
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Apr 8 06:02:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5c472420b6d69b977db75b239cae7abeb7283475
https://github.com/llvm/llvm-project/commit/5c472420b6d69b977db75b239cae7abeb7283475
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[LangRef] update text for shufflevector
D72467 updated the shufflevector instruction to include a constant mask
rather than a mask operand. The LangRef text was vague enough to still
make sense, but it is better to update here too, so there's no confusion
about valid mask values. The text here is adapted from the documentation
code comments for "class ShuffleVectorInst".
Differential Revision: https://reviews.llvm.org/D77396
More information about the All-commits
mailing list