Files
clang-p2996/mlir/lib/Conversion/LLVMCommon
Jeff Niu a2100daf12 [mlir][LLVMIR] Fix oneToOneRewrite for zero-result ops
`oneToOneRewrite` segfaulted for zero result-ops because a null type was being
passed to the op builders.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D132702
2022-08-25 14:08:58 -07:00
..