[all-commits] [llvm/llvm-project] 167bbf: [mlir] Refactoring dialect and test code to use pa...

Jakub Tucholski via All-commits all-commits at lists.llvm.org
Mon May 9 09:37:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 167bbfcb9d7004ed84c086ecce676f1ff4433cab
      https://github.com/llvm/llvm-project/commit/167bbfcb9d7004ed84c086ecce676f1ff4433cab
  Author: Jakub Tucholski <jtucholski00 at gmail.com>
  Date:   2022-05-09 (Mon, 09 May 2022)

  Changed paths:
    M mlir/include/mlir/IR/OpImplementation.h
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/DLTI/DLTI.cpp
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/lib/Dialect/PDL/IR/PDL.cpp
    M mlir/lib/Dialect/PDLInterp/IR/PDLInterp.cpp
    M mlir/lib/Dialect/SPIRV/IR/SPIRVDialect.cpp
    M mlir/unittests/Interfaces/DataLayoutInterfacesTest.cpp

  Log Message:
  -----------
  [mlir] Refactoring dialect and test code to use parseCommaSeparatedList

Issue #55173

Reviewed By: lattner, rriddle

Differential Revision: https://reviews.llvm.org/D124791




More information about the All-commits mailing list