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

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 14 09:06:25 PDT 2020


rriddle added a comment.

In D76161#1922847 <https://reviews.llvm.org/D76161#1922847>, @nicolasvasilache wrote:

> @rsuderman @mehdi_amini @bondhugula the renaming AffineOps -> Affine is part of the conflicting changes @ftynse has in flight and was holding off on submitting because internal integration would be impacted.


Its been over a week, that isn't great justification. I'm pretty sure he's just on vacation.



================
Comment at: mlir/include/mlir/InitAllPasses.h:28
+#include "mlir/Dialect/AffineOps/Passes.h"
+#include "mlir/Dialect/FxpMathOps/Passes.h"
 #include "mlir/Dialect/FxpMathOps/Passes.h"
----------------
Duplicate?


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