Without the fix the testcase crashes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/LowerMatrixIntrinsics/transpose-opts.ll | ||
---|---|---|
992 | removed the #1 locally |
Comment Actions
LGTM, thanks!
Without the fix the testcase crashes.
Perhaps worth expanding the message saying that the test crashes because we remove the same instruction twice?
llvm/test/Transforms/LowerMatrixIntrinsics/transpose-opts.ll | ||
---|---|---|
1087 | Can we use smaller dimensions to check for the issue? IIUC we mostly want to make sure to not remove the transpose twice, so something like 2x2 should also work with the benefit of having a few less check lines. |
removed the #1 locally