[Mlir-commits] [mlir] [MLIR][XeGPU] Validate DPAS operand types against uArch in XeGPUToXeVM conversion (PR #185081)

Arjun Bhamra llvmlistbot at llvm.org
Wed Mar 11 17:59:51 PDT 2026


abhamra wrote:

@silee2 that's my mistake, I didn't realize until later that you were referring to the `materializecast` type conversion stuff! I have re-added the uArch code and corresponding test. @Jianhui-Li I tried my best to use a lambda, I was not sure how to nicely combine the `notifyMatchError` because I didn't want to return a `std::optional<LogicalResult>` - that seemed unintuitive.

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


More information about the Mlir-commits mailing list