[all-commits] [llvm/llvm-project] abfc35: [mlir][arith] Add `sitofp` support to WIE
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Wed Mar 22 16:13:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abfc358cff0c0cfc8ffbc6c164d97e13a18a1685
https://github.com/llvm/llvm-project/commit/abfc358cff0c0cfc8ffbc6c164d97e13a18a1685
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp
M mlir/test/Dialect/Arith/emulate-wide-int.mlir
A mlir/test/Integration/Dialect/Arith/CPU/test-wide-int-emulation-sitofp-i32.mlir
Log Message:
-----------
[mlir][arith] Add `sitofp` support to WIE
This depends on the handling of `uitofp` in D146606.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D146597
More information about the All-commits
mailing list