[all-commits] [llvm/llvm-project] 909e5c: [mlir][arith] Add `uitofp` support to WIE
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Wed Mar 22 16:08:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 909e5ce47a70181dead332826e93f89b2928f0c0
https://github.com/llvm/llvm-project/commit/909e5ce47a70181dead332826e93f89b2928f0c0
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
A mlir/test/Dialect/Arith/emulate-wide-int-canonicalization.mlir
M mlir/test/Dialect/Arith/emulate-wide-int.mlir
A mlir/test/Integration/Dialect/Arith/CPU/test-wide-int-emulation-uitofp-i32.mlir
Log Message:
-----------
[mlir][arith] Add `uitofp` support to WIE
This includes standard LIT tests and integration tests with the LLVM CPU
runner.
I plan to use this to implement `sitofp` in D146597.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D146606
More information about the All-commits
mailing list