[Mlir-commits] [mlir] [mlir][XeGPU] Update utils for LayoutAttr and SliceAttr support (PR #154819)

Chao Chen llvmlistbot at llvm.org
Wed Aug 27 09:53:06 PDT 2025


================
@@ -388,6 +403,24 @@ def XeGPU_LayoutAttr : XeGPUAttr<"Layout", "layout", [DistributeLayoutAttr]> {
       return std::nullopt;
     }
 
+    std::optional<SmallVector<int64_t>> getInstDataAsInt() const {
----------------
chencha3 wrote:

updated them to return SmallVector<int64_t> with size 0. 

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


More information about the Mlir-commits mailing list