Fixes a merge conflict with previous two CLs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I dont have full (or any for that matter) context on the sparsification work, but are you setting the t to be "out-of-bounds" of the operand index values?
Comment Actions
See comment at the merger constructor. We reserve one extra one for a "synthetic" tensor, that is reserved for all invariants.
I used to borrow the output tensor for that, but thought it was less clean. I will actually introduce symbolics for this to avoid the problem in the future.