[PATCH] D77314: [mlir][LLVM] Finer-grained control for C interface emission
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 10:17:35 PDT 2020
ftynse accepted this revision.
ftynse added inline comments.
================
Comment at: mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp:1134
namespace {
-template <typename SourceOp, unsigned OpCount>
-struct OpCountValidator {
+template <typename SourceOp, unsigned OpCount> struct OpCountValidator {
static_assert(
----------------
Spurious reformatting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77314/new/
https://reviews.llvm.org/D77314
More information about the llvm-commits
mailing list