[Mlir-commits] [mlir] [MLIR][XeGPU] Add offset operands to load_nd/store_nd/prefetch_nd (PR #149424)
Chao Chen
llvmlistbot at llvm.org
Wed Jul 23 08:19:05 PDT 2025
chencha3 wrote:
> > Rewrite pass need to refactored to adapt to the new OP semantics. The refactor should make sure they work by then.
>
> Agreed. And in the meantime it'd be good if they didn't break IR that has offsets. A simple one liner matcher check:
>
> ```
> if(hasOffsets)
> return failure();
> ```
>
> in a few places should do the trick.
I second on this. It is potentially needed by related patterns in existing transforms/passes.
https://github.com/llvm/llvm-project/pull/149424
More information about the Mlir-commits
mailing list