[PATCH] D76161: Moved AffineOps IR / TransformsChange AffineOps Dialect structure to better group both IR and Tranforms. Thisincluded extracting transforms direclty related to AffineOps

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 17:17:46 PDT 2020


mehdi_amini added inline comments.


================
Comment at: mlir/test/lib/Transforms/TestVectorizationUtils.cpp:16
 #include "mlir/Analysis/SliceAnalysis.h"
-#include "mlir/Dialect/AffineOps/AffineOps.h"
+#include "mlir/Dialect/AffineOps/IR/AffineOps.h"
 #include "mlir/Dialect/VectorOps/VectorUtils.h"
----------------
Since you had to change all of them, and since every downstream user will have to adjust, what about also renaming the mlir/Dialect/AffineOps into mlir/Dialect/Affine ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76161





More information about the llvm-commits mailing list