Assert when the extracted vector is wider than the row/column.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks!
[Matrix] Add assert to extractVector with undef values
might be slightly clearer to say something like [Matrix] Add assert to catch extracted vectors with poison elements
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp | ||
---|---|---|
343 | nit: Technically it would contain poison values now right? |
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp | ||
---|---|---|
343 | Yep that's correct! |
nit: Technically it would contain poison values now right?