[all-commits] [llvm/llvm-project] 519175: [mlir][emitc] Refactor ArithToEmitC: perform sign ...
Corentin Ferry via All-commits
all-commits at lists.llvm.org
Wed Jun 19 00:19:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 519175c3f5d844bac0cf3173396dc41db2873e1d
https://github.com/llvm/llvm-project/commit/519175c3f5d844bac0cf3173396dc41db2873e1d
Author: Corentin Ferry <corentin.ferry at amd.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M mlir/lib/Conversion/ArithToEmitC/ArithToEmitC.cpp
M mlir/test/Conversion/ArithToEmitC/arith-to-emitc.mlir
Log Message:
-----------
[mlir][emitc] Refactor ArithToEmitC: perform sign adaptation, type conversions / cast insertion in a single place (#95789)
Factor EmitC type signedness adaptation and cast operations in ArithToEmitC using adaptValueType and adaptIntegralTypeSignedness.
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