[all-commits] [llvm/llvm-project] 450c6b: [MLIR][SCFToEmitC] Convert types while converting ...
josel-amd via All-commits
all-commits at lists.llvm.org
Thu Jan 2 02:36:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 450c6b02d224245656c41033cc0c849bde2045f3
https://github.com/llvm/llvm-project/commit/450c6b02d224245656c41033cc0c849bde2045f3
Author: josel-amd <jose.lopes at amd.com>
Date: 2025-01-02 (Thu, 02 Jan 2025)
Changed paths:
M mlir/include/mlir/Conversion/SCFToEmitC/SCFToEmitC.h
M mlir/lib/Conversion/SCFToEmitC/SCFToEmitC.cpp
M mlir/test/Conversion/SCFToEmitC/for.mlir
M mlir/test/Conversion/SCFToEmitC/switch.mlir
Log Message:
-----------
[MLIR][SCFToEmitC] Convert types while converting from SCF to EmitC (#118940)
Switch from rewrite patterns to conversion patterns. This allows to
perform type conversions together with other parts of the IR. For
example, this allows to convert from index to emit.size_t types.
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