[all-commits] [llvm/llvm-project] 1d6a72: [MLIR] Change FunctionType::get() and TupleType::g...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Tue Aug 4 12:44:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d6a724aa1c11a37ff083cf637f91852e96ce11f
      https://github.com/llvm/llvm-project/commit/1d6a724aa1c11a37ff083cf637f91852e96ce11f
  Author: Rahul Joshi <jurahul at google.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M flang/lib/Lower/RTBuilder.h
    M mlir/include/mlir/IR/Builders.h
    M mlir/include/mlir/IR/OperationSupport.h
    M mlir/include/mlir/IR/StandardTypes.h
    A mlir/include/mlir/IR/TypeRange.h
    M mlir/include/mlir/IR/Types.h
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/lib/IR/Builders.cpp
    M mlir/lib/IR/CMakeLists.txt
    M mlir/lib/IR/OperationSupport.cpp
    M mlir/lib/IR/StandardTypes.cpp
    M mlir/lib/IR/TypeDetail.h
    A mlir/lib/IR/TypeRange.cpp
    M mlir/lib/IR/Types.cpp

  Log Message:
  -----------
  [MLIR] Change FunctionType::get() and TupleType::get() to use TypeRange

- Moved TypeRange into its own header/cpp file, and add hashing support.
- Change FunctionType::get() and TupleType::get() to use TypeRange

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




More information about the All-commits mailing list