[all-commits] [llvm/llvm-project] 374036: [mlir][arith] Fix `arith.select` lowering after #1...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Nov 7 10:00:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37403685298bd3a7ba2c482b4d6fc26fa0491e19
https://github.com/llvm/llvm-project/commit/37403685298bd3a7ba2c482b4d6fc26fa0491e19
Author: Matthias Springer <me at m-sp.org>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M mlir/include/mlir/Conversion/LLVMCommon/VectorPattern.h
M mlir/lib/Conversion/ArithToLLVM/ArithToLLVM.cpp
M mlir/test/Conversion/ArithToLLVM/arith-to-llvm.mlir
Log Message:
-----------
[mlir][arith] Fix `arith.select` lowering after #166513 (#166692)
#166513 broke the lowering of `arith.select` with unsupported FP4 types.
For this op, it is fine to convert to `i4`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list