The tests case is directly copied from https://reviews.llvm.org/D152179 authored by @aartbik
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseVectorization.cpp | ||
---|---|---|
522 | You can do this even before the yield = ... statement and perhaps let's even test pedantically if (block.getOperations().size() <= 1) return false so that we never crash getting the yield either |
You can do this even before the yield = ... statement
and perhaps let's even test pedantically
so that we never crash getting the yield either