[PATCH] D148637: [LangRef] Update shufflevector's semantics to return poison if the mask is undef
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 23 18:27:57 PDT 2023
aqjune added inline comments.
================
Comment at: llvm/docs/LangRef.rst:10097
+LLVM's assembly printer will print ``poison`` if ``undef`` was given to the
+shuffle mask because LLVM does not distinguish between them internally.
----------------
Hi, it seems the LLVM assembly printer hasn't been updated yet: https://godbolt.org/z/ndEdos9Mx
Should we make this change after the assembly printer is updated in the future?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148637/new/
https://reviews.llvm.org/D148637
More information about the llvm-commits
mailing list