[all-commits] [llvm/llvm-project] 060572: [mlir][NFC] Add various includes currently transit...

River Riddle via All-commits all-commits at lists.llvm.org
Tue Mar 8 17:21:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06057248c813374bf1735b42b141a824faf64603
      https://github.com/llvm/llvm-project/commit/06057248c813374bf1735b42b141a824faf64603
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.h
    M mlir/lib/Dialect/Arithmetic/IR/ArithmeticOps.cpp
    M mlir/lib/Dialect/Bufferization/Transforms/BufferUtils.cpp
    M mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
    M mlir/lib/Transforms/Inliner.cpp

  Log Message:
  -----------
  [mlir][NFC] Add various includes currently transitively found in
BuiltinOps.h

These includes are going to be removed from BuiltinOps.h in a followup
when FuncOp is moved out of the Builtin dialect. This commit
pre-emptively adds those includes to simplify the patch moving FuncOp.




More information about the All-commits mailing list