[Mlir-commits] [mlir] [mlir][Interface] Factor out common IndexingMapOpInterface behavior in a new generic interface (PR #145313)

Nicolas Vasilache llvmlistbot at llvm.org
Mon Jun 23 22:42:02 PDT 2025


nicolasvasilache wrote:

> > #145332 if someone sees a way to do this better
> 
> I like that PR much more. I think we should go with that instead.

@ftynse helped me figure out what was wrong, it was an instance of the infamous `/*methodBody=*/"" ` vs `/*defaultImplementation=*/[{}]` case ...  


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


More information about the Mlir-commits mailing list