[all-commits] [llvm/llvm-project] 31171b: [mlir][arith] Add rounding mode flags to binary ar...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Apr 16 08:03:14 PDT 2026
Branch: refs/heads/users/matthias-springer/arith_rounding
Home: https://github.com/llvm/llvm-project
Commit: 31171bba7fcf9047c5a76b3795c24d46c485fef9
https://github.com/llvm/llvm-project/commit/31171bba7fcf9047c5a76b3795c24d46c485fef9
Author: Matthias Springer <me at m-sp.org>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M mlir/include/mlir/Conversion/ArithCommon/AttrToLLVMConverter.h
M mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
M mlir/lib/Conversion/ArithToLLVM/ArithToLLVM.cpp
M mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/lib/Dialect/Arith/IR/ArithCanonicalization.td
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/lib/Dialect/Math/Transforms/ExpandOps.cpp
M mlir/test/Conversion/ArithToLLVM/arith-to-llvm.mlir
M mlir/test/Dialect/Arith/canonicalize.mlir
M mlir/test/Dialect/Arith/ops.mlir
Log Message:
-----------
[mlir][arith] Add rounding mode flags to binary arithmetic operations
Commit: b39360c0bd041303db00aba1ca605d75e49428a3
https://github.com/llvm/llvm-project/commit/b39360c0bd041303db00aba1ca605d75e49428a3
Author: Matthias Springer <me at m-sp.org>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M mlir/lib/Conversion/ArithToLLVM/ArithToLLVM.cpp
M mlir/test/Conversion/ArithToLLVM/arith-to-llvm.mlir
Log Message:
-----------
address comments
Commit: 47bf7cb4f3a3c356686bd41525eb7564c9e009c8
https://github.com/llvm/llvm-project/commit/47bf7cb4f3a3c356686bd41525eb7564c9e009c8
Author: Matthias Springer <me at m-sp.org>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
Log Message:
-----------
update
Commit: 0eca4d79e11a9b93307feff62ba027d99e0f43f0
https://github.com/llvm/llvm-project/commit/0eca4d79e11a9b93307feff62ba027d99e0f43f0
Author: Matthias Springer <me at m-sp.org>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
M mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
M mlir/lib/Dialect/Math/Transforms/ExpandOps.cpp
Log Message:
-----------
fix
Commit: 4bdce60d682b988ee83bec7895b3627f45c83c62
https://github.com/llvm/llvm-project/commit/4bdce60d682b988ee83bec7895b3627f45c83c62
Author: Matthias Springer <me at m-sp.org>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M mlir/include/mlir/Conversion/ArithCommon/AttrToLLVMConverter.h
M mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
Log Message:
-----------
address comments
Commit: 5a6486f66334e3f2c59d0f5cde6c1864d32890a7
https://github.com/llvm/llvm-project/commit/5a6486f66334e3f2c59d0f5cde6c1864d32890a7
Author: Matthias Springer <me at m-sp.org>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
M mlir/lib/Conversion/ArithToLLVM/ArithToLLVM.cpp
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/test/Conversion/ArithToLLVM/arith-to-llvm.mlir
M mlir/test/Dialect/Arith/ops.mlir
Log Message:
-----------
remove remainderf
Commit: 9661abeb4ce77a04a231002836daa3f813f3965e
https://github.com/llvm/llvm-project/commit/9661abeb4ce77a04a231002836daa3f813f3965e
Author: Matthias Springer <me at m-sp.org>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M mlir/lib/Dialect/Arith/IR/ArithCanonicalization.td
Log Message:
-----------
skip canonicalization if rounding mode is set
Commit: f7f1b3f2666c168a27681daccc336040f0952d5d
https://github.com/llvm/llvm-project/commit/f7f1b3f2666c168a27681daccc336040f0952d5d
Author: Matthias Springer <me at m-sp.org>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M mlir/include/mlir/Dialect/Arith/IR/ArithBase.td
M mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
Log Message:
-----------
address comments
Compare: https://github.com/llvm/llvm-project/compare/2b7ce18d850d...f7f1b3f2666c
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