[Mlir-commits] [mlir] [MLIR][XeGPU] Add unroll patterns and blocking pass for XeGPU [2/N] (PR #140163)
Nishant Patel
llvmlistbot at llvm.org
Wed May 21 11:47:01 PDT 2025
================
@@ -295,11 +295,15 @@ def XeGPU_LayoutAttr : XeGPUAttr<"Layout", "layout"> {
}
LayoutAttr dropSgLayoutAndData() {
+ if (!getInstData() && !getLaneLayout())
----------------
nbpatel wrote:
why do we check for InstData and LaneLayout here?
https://github.com/llvm/llvm-project/pull/140163
More information about the Mlir-commits
mailing list