[Mlir-commits] [mlir] [mlir][LLVM] Fix unsupported FP lowering in `VectorConvertToLLVMPattern` (PR #166513)

Matthias Springer llvmlistbot at llvm.org
Wed Nov 5 19:16:16 PST 2025


matthias-springer wrote:

You're right, the lowering for `arith.select` should not change. Fix [here](https://github.com/llvm/llvm-project/pull/166692). `arith.select` does not lower through `VectorConvertToLLVMPattern`, so no change is needed.


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


More information about the Mlir-commits mailing list