[all-commits] [llvm/llvm-project] 6c59f0: [mlir][emitc] Fix literal translation (#71296)
Gil Rapaport via All-commits
all-commits at lists.llvm.org
Sun Nov 5 17:06:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c59f0e1b0fb56c909ad7c9aad4bde37dc006ae0
https://github.com/llvm/llvm-project/commit/6c59f0e1b0fb56c909ad7c9aad4bde37dc006ae0
Author: Gil Rapaport <gil.rapaport at mobileye.com>
Date: 2023-11-05 (Sun, 05 Nov 2023)
Changed paths:
M mlir/lib/Target/Cpp/TranslateToCpp.cpp
M mlir/test/Target/Cpp/literal.mlir
M mlir/test/Target/Cpp/literal_call_operand.mlir
Log Message:
-----------
[mlir][emitc] Fix literal translation (#71296)
- Do not emit variables-at-top for literals
- Do not emit an error for a missing name for literals used as call
operands.
More information about the All-commits
mailing list