[PATCH] D130645: Move mlir LogicalResult to llvm Support library

Eugene Zhulenev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 09:37:14 PDT 2022


ezhulenev created this revision.
Herald added subscribers: bzcheeseman, awarzynski, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, ThomasRaoux, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, csigg, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a reviewer: antiagainst.
Herald added a reviewer: rriddle.
Herald added a reviewer: ftynse.
Herald added a reviewer: bondhugula.
Herald added a reviewer: ThomasRaoux.
Herald added a project: All.
ezhulenev requested review of this revision.
Herald added a reviewer: nicolasvasilache.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a reviewer: herhut.
Herald added projects: MLIR, LLVM.

Move mlir LogicalResult to llvm Support library


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130645

Files:
  llvm/include/llvm/Support/LogicalResult.h
  mlir/include/mlir/Conversion/AffineToStandard/AffineToStandard.h
  mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
  mlir/include/mlir/Conversion/SCFToGPU/SCFToGPU.h
  mlir/include/mlir/Dialect/Affine/Utils.h
  mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotModuleBufferize.h
  mlir/include/mlir/Dialect/GPU/Transforms/ParallelLoopMapper.h
  mlir/include/mlir/Dialect/GPU/Transforms/Utils.h
  mlir/include/mlir/Dialect/SCF/Transforms/Transforms.h
  mlir/include/mlir/Dialect/SCF/Utils/AffineCanonicalizationUtils.h
  mlir/include/mlir/ExecutionEngine/JitRunner.h
  mlir/include/mlir/IR/AffineMap.h
  mlir/include/mlir/IR/Diagnostics.h
  mlir/include/mlir/IR/ExtensibleDialect.h
  mlir/include/mlir/IR/OperationSupport.h
  mlir/include/mlir/IR/Verifier.h
  mlir/include/mlir/Support/LLVM.h
  mlir/include/mlir/Support/LogicalResult.h
  mlir/include/mlir/Support/ToolUtilities.h
  mlir/include/mlir/Target/SPIRV/Serialization.h
  mlir/include/mlir/Tools/mlir-lsp-server/MlirLspServerMain.h
  mlir/include/mlir/Tools/mlir-pdll-lsp-server/MlirPdllLspServerMain.h
  mlir/include/mlir/Tools/mlir-translate/Translation.h
  mlir/include/mlir/Tools/tblgen-lsp-server/TableGenLspServerMain.h
  mlir/include/mlir/Transforms/LocationSnapshot.h
  mlir/lib/Tools/PDLL/Parser/Lexer.h
  mlir/lib/Tools/lsp-server-support/Protocol.h
  mlir/lib/Tools/mlir-lsp-server/LSPServer.h
  mlir/lib/Tools/mlir-pdll-lsp-server/LSPServer.h
  mlir/lib/Tools/tblgen-lsp-server/LSPServer.h
  utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130645.448077.patch
Type: text/x-patch
Size: 20072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220727/2c1043eb/attachment.bin>


More information about the llvm-commits mailing list