[all-commits] [llvm/llvm-project] cbff02: [mlir][emitc] Fix invalid syntax in example of emi...
hatoo via All-commits
all-commits at lists.llvm.org
Thu Jan 2 09:13:49 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cbff02b101c20ad6557d64c998d03dab5ee4aad7
https://github.com/llvm/llvm-project/commit/cbff02b101c20ad6557d64c998d03dab5ee4aad7
Author: hatoo <hato2000 at gmail.com>
Date: 2025-01-02 (Thu, 02 Jan 2025)
Changed paths:
M mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
Log Message:
-----------
[mlir][emitc] Fix invalid syntax in example of emitc.return (#121112)
A return type of `emitc.func` must be specified with `->` instead of
`:`. I've verified the syntax using `mlir-translate --mlir-to-cpp`.
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