[PATCH] D130173: [Matrix] Add assert to extractVector with undef values

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 11:06:49 PDT 2022


thegameg marked an inline comment as done.
thegameg added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp:343
+                 NumElts &&
+             "Extracted vector will contain undef values");
       return Builder.CreateShuffleVector(
----------------
fhahn wrote:
> nit: Technically it would contain poison values now right?
Yep that's correct!


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

https://reviews.llvm.org/D130173



More information about the llvm-commits mailing list