[PATCH] D100119: [mlir] Rename AVX512 dialect to X86Vector

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 9 07:09:06 PDT 2021


ftynse accepted this revision.
ftynse added inline comments.


================
Comment at: mlir/include/mlir/Dialect/X86Vector/X86Vector.td:1
-//===-- AVX512Ops.td - AVX512 dialect operation definitions *- tablegen -*-===//
+//===-- X86VectorOps.td - X86Vector dialect operation definitions *- tablegen -*-===//
 //
----------------
Please fix the comment overflow


================
Comment at: mlir/lib/Dialect/X86Vector/Transforms/LegalizeForLLVMExport.cpp:1-2
-//===- LegalizeForLLVMExport.cpp - Prepare AVX512 for LLVM translation ----===//
+//===- LegalizeForLLVMExport.cpp - Prepare X86Vector for LLVM translation
+//----===//
 //
----------------
Please fix the comment overflow


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100119



More information about the llvm-commits mailing list