Remove checks guaranteed to be true by the type
authorLei Zhang <antiagainst@google.com>
Wed, 10 Apr 2019 15:00:34 +0000 (08:00 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Thu, 11 Apr 2019 17:52:33 +0000 (10:52 -0700)
commitbdd56eca49fc56677b06029747835deafa3bca03
tree7839c22fa19c916ab7df50d23c3044a61e78e92c
parent2e7895d5f1b7fc9edfacb2012a86aa9526ed4c98
Remove checks guaranteed to be true by the type

    This addresses the compiler wraning of "comparison of unsigned expression
    >= 0 is always true [-Wtype-limits]".

--

PiperOrigin-RevId: 242868703
mlir/lib/Analysis/AffineStructures.cpp
mlir/lib/Transforms/MaterializeVectors.cpp
mlir/test/mlir-tblgen/op-operand.td
mlir/test/mlir-tblgen/op-result.td
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp