[all-commits] [llvm/llvm-project] 661b23: [MLIR] Rename SideEffects.td -> SideEffectInterfac...
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Tue May 12 12:32:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 661b234cbcfb0195fb998b86815e89895b38b88a
https://github.com/llvm/llvm-project/commit/661b234cbcfb0195fb998b86815e89895b38b88a
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M mlir/examples/standalone/include/Standalone/StandaloneOps.td
M mlir/examples/toy/Ch2/include/toy/Ops.td
M mlir/examples/toy/Ch3/include/toy/Ops.td
M mlir/examples/toy/Ch4/include/toy/Ops.td
M mlir/examples/toy/Ch5/include/toy/Ops.td
M mlir/examples/toy/Ch6/include/toy/Ops.td
M mlir/examples/toy/Ch7/include/toy/Ops.td
M mlir/include/mlir/Dialect/AVX512/AVX512.td
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/include/mlir/Dialect/Quant/QuantOps.td
M mlir/include/mlir/Dialect/SCF/SCFOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVArithmeticOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVBitOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVCastOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVCompositeOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVControlFlowOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVGLSLOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVLogicalOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/include/mlir/Interfaces/CMakeLists.txt
A mlir/include/mlir/Interfaces/SideEffectInterfaces.td
R mlir/include/mlir/Interfaces/SideEffects.td
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-decl.td
M mlir/test/mlir-tblgen/op-side-effects.td
M mlir/tools/mlir-tblgen/LLVMIRIntrinsicGen.cpp
Log Message:
-----------
[MLIR] Rename SideEffects.td -> SideEffectInterfaces.td
This normalize the name of the tablegen file with the name of the generated
files (SideEffectInterfaces.h.inc) and the other Interface tablegen files,
which all end in Interface(s).td
Differential Revision: https://reviews.llvm.org/D79517
More information about the All-commits
mailing list