[PATCH] D75374: [mlir] Update several usages of IntegerType to properly handled unsignedness.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 11:12:19 PST 2020


rriddle created this revision.
rriddle added a reviewer: antiagainst.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, shauheen, burmako, jpienaar, mehdi_amini.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75374

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75374.247322.patch
Type: text/x-patch
Size: 10148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/ed0ebb62/attachment.bin>


More information about the llvm-commits mailing list