[all-commits] [llvm/llvm-project] b14291: [mlir][arith] Fix `arith.cmpf` lowering with unsup...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Nov 27 19:01:36 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b14291238a987675b1fb39938efc938afcab8446
https://github.com/llvm/llvm-project/commit/b14291238a987675b1fb39938efc938afcab8446
Author: Matthias Springer <me at m-sp.org>
Date: 2025-11-28 (Fri, 28 Nov 2025)
Changed paths:
M mlir/include/mlir/Conversion/LLVMCommon/VectorPattern.h
M mlir/lib/Conversion/ArithToLLVM/ArithToLLVM.cpp
M mlir/lib/Conversion/LLVMCommon/VectorPattern.cpp
M mlir/test/Conversion/ArithToLLVM/arith-to-llvm.mlir
Log Message:
-----------
[mlir][arith] Fix `arith.cmpf` lowering with unsupported FP types (#166684)
The `arith.cmpf` lowering pattern used to generate invalid IR when an
unsupported floating-point type was used.
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