[Mlir-commits] [mlir] [MLIR][XeGPU] Pass inst_data for blocking create/constant Mask and Step op (PR #175456)
Charitha Saumya
llvmlistbot at llvm.org
Tue Jan 13 15:00:20 PST 2026
================
@@ -352,6 +352,59 @@ gpu.module @test_kernel {
}
}
+// -----
+#l = #xegpu.layout<inst_data = [16]>
+gpu.module @test_kernel {
+ gpu.func @test_vector_constant_mask(%src: ui64, %dst: ui64) {
+ //CHECK: arith.constant dense<true> : vector<16xi1>
----------------
charithaintc wrote:
check-count-2?
https://github.com/llvm/llvm-project/pull/175456
More information about the Mlir-commits
mailing list