[mlir] Update several usages of IntegerType to properly handled unsignedness.
authorRiver Riddle <riddleriver@gmail.com>
Mon, 2 Mar 2020 17:18:45 +0000 (09:18 -0800)
committerRiver Riddle <riddleriver@gmail.com>
Mon, 2 Mar 2020 17:19:26 +0000 (09:19 -0800)
commitde5a81b1023e95a06f0e40b8ef9cdfc2e38b6223
treece6b12f4fe7b2fc3cdc3aa5901e40449c60e2a2b
parent4167645d1e6a5ecc8790f0aba450799c4441882d
[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
mlir/include/mlir/IR/Matchers.h
mlir/include/mlir/IR/OpBase.td
mlir/include/mlir/IR/StandardTypes.h
mlir/include/mlir/IR/Types.h
mlir/lib/Analysis/Utils.cpp
mlir/lib/IR/AsmPrinter.cpp
mlir/lib/IR/Attributes.cpp
mlir/lib/IR/StandardTypes.cpp
mlir/lib/Parser/Parser.cpp
mlir/lib/Transforms/LoopFusion.cpp
mlir/test/IR/parser.mlir