[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:39 PDT 2020
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(
----------------
ftynse wrote:
> Spurious reformatting.
Note that I removed this code altogether, make sure not to re-add this during rebase, thanks!
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