[Mlir-commits] [mlir] [mlir][llvm] add experimental.vector.interleave2 intrinsic (PR #79270)

Cullen Rhodes llvmlistbot at llvm.org
Mon Jan 29 04:14:05 PST 2024


c-rhodes wrote:

@MacDue pointed out the input type`LLVM_AnyVector` includes `LLVMFixedVectorType` and `LLVMScalableVectorType` and `cast<VectorType>` will crash. I've updated the constraint to fix this.

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


More information about the Mlir-commits mailing list