[Mlir-commits] [mlir] [MLIR][XeGPU] Extend propagation and sg_to_lane distribution pass support broadcast with low rank and scalar source input (PR #170409)

Charitha Saumya llvmlistbot at llvm.org
Wed Dec 3 15:27:25 PST 2025


================
@@ -919,7 +940,7 @@ void LayoutInfoPropagation::visitLoadGatherOp(
   } else {
 
     // The layout is strictly determined by the payload type.
-    auto payloadTy = dyn_cast<VectorType>(load.getValueType());
+    auto payloadTy = load.getValueType();
----------------
charithaintc wrote:

what is the return type here? can you spell out the type of `auto`, otherwise it is hard to read the logic here now. 

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


More information about the Mlir-commits mailing list