[PATCH] D75987: [mlir][AVX512] Start a primitive AVX512 dialect

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 21:36:23 PDT 2020


nicolasvasilache marked an inline comment as done.
nicolasvasilache added inline comments.


================
Comment at: mlir/lib/Conversion/AVX512ToLLVM/ConvertAVX512ToLLVM.cpp:45
+    packedType = typeConverter.packFunctionResults(op->getResultTypes());
+    if (!packedType) return lowering.matchFailure();
+  }
----------------
rriddle wrote:
> This doesn't look like it has been formatted.
tried both internal and oss git-clang-format, they seem to agree here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75987/new/

https://reviews.llvm.org/D75987





More information about the llvm-commits mailing list