[all-commits] [llvm/llvm-project] de5a81: [mlir] Update several usages of IntegerType to pro...

River Riddle via All-commits all-commits at lists.llvm.org
Mon Mar 2 09:22:57 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: de5a81b1023e95a06f0e40b8ef9cdfc2e38b6223
      https://github.com/llvm/llvm-project/commit/de5a81b1023e95a06f0e40b8ef9cdfc2e38b6223
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
    M mlir/include/mlir/IR/Matchers.h
    M mlir/include/mlir/IR/OpBase.td
    M mlir/include/mlir/IR/StandardTypes.h
    M mlir/include/mlir/IR/Types.h
    M mlir/lib/Analysis/Utils.cpp
    M mlir/lib/IR/AsmPrinter.cpp
    M mlir/lib/IR/Attributes.cpp
    M mlir/lib/IR/StandardTypes.cpp
    M mlir/lib/Parser/Parser.cpp
    M mlir/lib/Transforms/LoopFusion.cpp
    M mlir/test/IR/parser.mlir

  Log Message:
  -----------
  [mlir] Update several usages of IntegerType to properly handled unsignedness.

Summary: For example, DenseElementsAttr currently does not properly round-trip unsigned integer values.

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




More information about the All-commits mailing list