[PATCH] D133967: [IRBuilder] Use PoisonValue in CreateMasked*

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 14:12:29 PDT 2022


nlopes added a comment.

Adding some vector folks to review the change of masked out lanes from undef to poison.

Langref doesn't specify a version without a pass-through argument, so this is up to the users of these functions. We need review for:

- SLP vectorizer
- Loop vectorizer
- Codegen's expand vp

Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133967



More information about the llvm-commits mailing list