[Mlir-commits] [mlir] [MLIR][XeGPU] Add unroll patterns and blocking pass for XeGPU [2/N] (PR #140163)
Chao Chen
llvmlistbot at llvm.org
Fri May 23 13:29:15 PDT 2025
================
@@ -295,11 +295,15 @@ def XeGPU_LayoutAttr : XeGPUAttr<"Layout", "layout"> {
}
LayoutAttr dropSgLayoutAndData() {
+ if (!getInstData() && !getLaneLayout())
----------------
chencha3 wrote:
it is invalid to have every field to be nullptr.
https://github.com/llvm/llvm-project/pull/140163
More information about the Mlir-commits
mailing list