[llvm] Remove an incorrect assert in MFMASmallGemmSingleWaveOpt. (PR #130131)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 20:00:05 PDT 2025


arsenm wrote:

> I have added the testcase generated by the fuzzer (I don't know of any other way to reproduce this). I've verified that the test fails when the assert is present and passes now that it has been removed.

Seems to reproduce fine without globalisel. test also needs to check the output and drop other unnecessary bits. You can also try llvm-reducing this down to find a smaller reproducer 



https://github.com/llvm/llvm-project/pull/130131


More information about the llvm-commits mailing list