[PATCH] D79517: [MLIR] Rename SideEffects.td -> SideEffectInterfaces.td
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 13:35:22 PDT 2020
mehdi_amini added inline comments.
================
Comment at: mlir/examples/standalone/include/Standalone/StandaloneOps.td:13
include "StandaloneDialect.td"
-include "mlir/Interfaces/SideEffects.td"
+include "mlir/Interfaces/SideEffectInterfaces.td"
----------------
Since "Interface" is already in the path, should we instead normalize the other way?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79517/new/
https://reviews.llvm.org/D79517
More information about the llvm-commits
mailing list