[all-commits] [llvm/llvm-project] 763037: [mlir][emitc] Add EmitC lowering for arith.trunci, ...
Corentin Ferry via All-commits
all-commits at lists.llvm.org
Wed May 22 07:33:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7630379156ec08c9d7b1ea3c03c09e7dc89ef4ee
https://github.com/llvm/llvm-project/commit/7630379156ec08c9d7b1ea3c03c09e7dc89ef4ee
Author: Corentin Ferry <corentin.ferry at amd.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M mlir/lib/Conversion/ArithToEmitC/ArithToEmitC.cpp
M mlir/test/Conversion/ArithToEmitC/arith-to-emitc-unsupported.mlir
M mlir/test/Conversion/ArithToEmitC/arith-to-emitc.mlir
Log Message:
-----------
[mlir][emitc] Add EmitC lowering for arith.trunci, arith.extsi, arith.extui
This commit adds conversion to EmitC for arith dialect casts between integer types (trunc, extsi, extui), excluding indexes for now.
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