[all-commits] [llvm/llvm-project] c4fd1f: [mlir][emitc] Rename `call` op to `call_opaque` (#...
Marius Brehler via All-commits
all-commits at lists.llvm.org
Fri Nov 17 01:22:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4fd1fd6d4e0d21b2315fadecbcdc0892f3c6925
https://github.com/llvm/llvm-project/commit/c4fd1fd6d4e0d21b2315fadecbcdc0892f3c6925
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M mlir/docs/Dialects/emitc.md
M mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
M mlir/lib/Target/Cpp/TranslateToCpp.cpp
M mlir/test/Conversion/SCFToEmitC/if.mlir
M mlir/test/Dialect/EmitC/attrs.mlir
M mlir/test/Dialect/EmitC/invalid_ops.mlir
M mlir/test/Dialect/EmitC/ops.mlir
M mlir/test/Dialect/EmitC/types.mlir
M mlir/test/Target/Cpp/attrs.mlir
M mlir/test/Target/Cpp/call.mlir
M mlir/test/Target/Cpp/common-cpp.mlir
M mlir/test/Target/Cpp/control_flow.mlir
M mlir/test/Target/Cpp/for.mlir
M mlir/test/Target/Cpp/if.mlir
M mlir/test/Target/Cpp/literal_call_operand.mlir
M mlir/test/Target/Cpp/types.mlir
Log Message:
-----------
[mlir][emitc] Rename `call` op to `call_opaque` (#72494)
This renames the `emitc.call` op to `emitc.call_opaque` as the existing
call op does not refer to the callee by symbol. The rename allows to
introduce a new call op alongside with a future `emitc.func` op to model
and facilitate functions and function calls.
More information about the All-commits
mailing list