[Mlir-commits] [mlir] [mlir][memref] Fold memref.reinterpret_cast operations with valid offset or size constants. (PR #189533)

Mehdi Amini llvmlistbot at llvm.org
Tue Mar 31 03:32:44 PDT 2026


joker-eph wrote:

> > * A case where all sizes are negative (verifying the no-progress check returns failure correctly)
> 
> Is there a way to check the failure state in the test?

I meant just test coverage that shows no folding happen, basically trying to ensure all the branches in the code are exercised by the tests.

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


More information about the Mlir-commits mailing list