summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/loop-04.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Check the bitwidth before calling isInt/isUInt.Jonas Paulsson2018-01-311-0/+25
Since these methods will assert if the integer does not fit into 64 bits, it is necessary to do this check before calling them in supportedAddressingMode(). Review: Ulrich Weigand. llvm-svn: 323866
OpenPOWER on IntegriCloud