[Mlir-commits] [mlir] [mlir][sve][nfc] Update a test to use transform-interpreter (PR #73771)

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri Dec 1 02:07:57 PST 2023


banach-space wrote:

> This LGTM given it passes with no change in output, though I'm not too familiar with the differences between `-transform-interpreter` and `-test-transform-dialect-interpreter` :)

Thanks! I will be honest - I need a bit more time the better grasp the difference in how things are wired up. I do know though that `-transform-interpreter` allows us to use "named sequences" (which seems to be the canonical way these days) and will allow something very nice in my follow-up patch. Stay tuned :) 

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


More information about the Mlir-commits mailing list