[Mlir-commits] [mlir] [mlir] GPUToROCDL: repack usupported types when lowering `subgroup_broadcast` (PR #174206)

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Jan 2 09:53:46 PST 2026


krzysz00 wrote:

Having read the discussion, I'd argue against doing a bunch of explicit shifts, and instead bitcasting to vectors - LLVM will turn that into either shifts or subreg modifiers as needed, IIRC

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


More information about the Mlir-commits mailing list