[PATCH] D93818: [LangRef] Update shufflevector's semantics to return poison if the mask is undef
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 19 09:48:52 PDT 2021
jdoerfert added inline comments.
================
Comment at: llvm/docs/LangRef.rst:9453
literals for a vector with a length unknown at compile time.
Example:
----------------
Don't we need to talk about both poison and undef now? Sufflemask, for example, can still be undef, no?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93818/new/
https://reviews.llvm.org/D93818
More information about the llvm-commits
mailing list