[all-commits] [llvm/llvm-project] 7ac03e: [mlir][EmitC] Add bitwise operators (#83387)
Marius Brehler via All-commits
all-commits at lists.llvm.org
Fri Mar 1 04:21:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ac03e8a369d8ac74a2c4d97a9e2a41221428abd
https://github.com/llvm/llvm-project/commit/7ac03e8a369d8ac74a2c4d97a9e2a41221428abd
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
M mlir/lib/Target/Cpp/TranslateToCpp.cpp
M mlir/test/Dialect/EmitC/ops.mlir
A mlir/test/Target/Cpp/bitwise_operators.mlir
Log Message:
-----------
[mlir][EmitC] Add bitwise operators (#83387)
This adds operations for bitwise operators. Furthermore, an UnaryOp
class and a helper to print unary operations are introduced.
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