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

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 07:26:28 PDT 2020


jpienaar added a comment.

Just fly by :) It seems you'll need to update the cmake file for mlir-translate as your translate pass is not getting linked in.



================
Comment at: mlir/lib/Conversion/AVX512ToLLVM/ConvertAVX512ToLLVM.cpp:21-33
+#include "mlir/Pass/Pass.h"// Copyright 2020 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      https://www.apache.org/licenses/LICENSE-2.0
----------------
Accidental paste?


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