[PATCH] D75987: [mlir][AVX512] Start a primitive AVX512 dialect
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 20 11:23:28 PDT 2020
nicolasvasilache marked 6 inline comments as done.
nicolasvasilache added inline comments.
================
Comment at: mlir/lib/Target/LLVMIR/LLVMAVX512Intr.cpp:44
+static TranslateFromMLIRRegistration
+ reg("avx512-mlir-to-llvmir", [](ModuleOp module, raw_ostream &output) {
+ auto llvmModule = translateLLVMAVX512ModuleToLLVMIR(module);
----------------
ftynse wrote:
> I don't see a problem including this into the "main" mlir to llvm translation.
I am not sure how to do that while still controlling opt-in at link time.
Let's iterate on this in-tree if you don't mind.
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