[all-commits] [llvm/llvm-project] c2c83e: Revert "Revert "Reorder MLIRContext location in Bu...
Tres via All-commits
all-commits at lists.llvm.org
Mon Feb 8 01:40:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2c83e97c3ac98ddf5bd685cbfba3f620f59fa51
https://github.com/llvm/llvm-project/commit/c2c83e97c3ac98ddf5bd685cbfba3f620f59fa51
Author: Tres Popp <tpopp at google.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Lower/FIRBuilder.cpp
M mlir/examples/toy/Ch6/mlir/LowerToLLVM.cpp
M mlir/examples/toy/Ch7/mlir/LowerToLLVM.cpp
M mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
M mlir/include/mlir/IR/BuiltinAttributes.h
M mlir/include/mlir/IR/FunctionSupport.h
M mlir/include/mlir/IR/Operation.h
M mlir/include/mlir/IR/SymbolInterfaces.td
M mlir/lib/CAPI/IR/BuiltinAttributes.cpp
M mlir/lib/Conversion/GPUCommon/ConvertKernelFuncToBlob.cpp
M mlir/lib/Conversion/GPUToVulkan/ConvertGPULaunchFuncToVulkanLaunchFunc.cpp
M mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/Dialect/GPU/Transforms/ParallelLoopMapper.cpp
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
M mlir/lib/Dialect/Linalg/Transforms/Interchange.cpp
M mlir/lib/Dialect/SPIRV/Transforms/LowerABIAttributesPass.cpp
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/lib/Dialect/Vector/VectorOps.cpp
M mlir/lib/IR/Builders.cpp
M mlir/lib/IR/BuiltinAttributes.cpp
M mlir/lib/IR/BuiltinDialect.cpp
M mlir/lib/IR/MLIRContext.cpp
M mlir/lib/IR/Operation.cpp
M mlir/lib/IR/SymbolTable.cpp
M mlir/lib/Parser/AttributeParser.cpp
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
M mlir/tools/mlir-tblgen/StructsGen.cpp
M mlir/unittests/TableGen/StructsGenTest.cpp
Log Message:
-----------
Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h""
This reverts commit 511dd4f4383b1c2873beac4dbea2df302f1f9d0c along with
a couple fixes.
Original message:
Now the context is the first, rather than the last input.
This better matches the rest of the infrastructure and makes
it easier to move these types to being declaratively specified.
Phabricator: https://reviews.llvm.org/D96111
More information about the All-commits
mailing list