[all-commits] [llvm/llvm-project] eb2297: [MLIR][EmitC] Add empty emitc.constant check
Kiung Jung via All-commits
all-commits at lists.llvm.org
Thu Apr 27 09:04:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb22971bfb84b05be5e3cbc8691bf70314e0097c
https://github.com/llvm/llvm-project/commit/eb22971bfb84b05be5e3cbc8691bf70314e0097c
Author: Kiung Jung <answeqr at gmail.com>
Date: 2023-04-27 (Thu, 27 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
M mlir/test/Dialect/EmitC/invalid_ops.mlir
Log Message:
-----------
[MLIR][EmitC] Add empty emitc.constant check
Implementing logic to check if the emitc dialect constant Op is empty.
Reviewed By: marbre
Differential Revision: https://reviews.llvm.org/D147907
More information about the All-commits
mailing list