[Mlir-commits] [mlir] [mlir][Vector] Fix an assertion on failing cast in vector-transfer-flatten-patterns (PR #86030)
Balaji V. Iyer.
llvmlistbot at llvm.org
Fri Mar 22 12:07:55 PDT 2024
bviyer wrote:
> I'm confused, the test does not match the code change: did you try running the test at HEAD and confirm it is crashing?
The test was correct one but I accidentally put in the wrong file. Very sorry about the confusion.
Now, if you revert this check-in (afc2639af07bff07d887cfa38dd6eb872762d9cb) and then run `check-mlir` it would show 1 crash, the newly added test. With this above-mentioned check-in the whole thing should pass.
https://github.com/llvm/llvm-project/pull/86030
More information about the Mlir-commits
mailing list