[all-commits] [llvm/llvm-project] ebe817: Define the namespace for the Affine dialect in ODS...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Jul 26 19:20:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebe817f98cbf836fc5f0abf70b7b04356026ca70
https://github.com/llvm/llvm-project/commit/ebe817f98cbf836fc5f0abf70b7b04356026ca70
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
Log Message:
-----------
Define the namespace for the Affine dialect in ODS (NFC)
This aligns the structure of the Affine dialect on all the other dialects.
In particular this makes the ODS C++ generated code independent of the
enclosing namespace.
More information about the All-commits
mailing list