builds SSA cycle for compress insertion loop
adds casting on index mismatch during push_back
Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
| mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp | ||
|---|---|---|
| 283 | Note that we use fields[field] and field[1] always, which is why I pass the array.  | |
| mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp | ||
|---|---|---|
| 283 | Oh, okay. I overlooked the field[1], then the current implementation LGTM.  | |
| mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp | ||
|---|---|---|
| 283 | Thanks!  | |
Can you combine these two into one single Value &field?