[Mlir-commits] [mlir] [MLIR][XeGPU] Add uniform values distribution pattern (PR #176737)

Artem Kroviakov llvmlistbot at llvm.org
Mon Jan 26 03:26:58 PST 2026


================
@@ -1208,6 +1213,71 @@ struct LoadDistribution final : public gpu::WarpDistributionPattern {
   }
 };
 
+// Sink SG-uniform ops. An op is uniform if any of the following is none
----------------
akroviakov wrote:

Fixed

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


More information about the Mlir-commits mailing list