[PATCH] D107751: [IR] Let ConstantVector::getSplat use poison instead of undef

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 9 07:09:17 PDT 2021


aqjune accepted this revision.
aqjune added a comment.
This revision is now accepted and ready to land.

LGTM, thank you for writing this patch.
Since the poison values in the insertelement and shufflevector are not visible from shufflevector's users, I believe this change is harmless.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107751



More information about the llvm-commits mailing list