summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/shift-i64.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: fix CodeGen for 64-bit shifts.Tim Northover2016-11-161-0/+59
One half of the shifts obviously needed conditional selection based on whether the shift amount is more than 32-bits, but leaving the other half as the natural shift isn't acceptable either: it's undefined behaviour to shift a 32-bit value by more than 31. llvm-svn: 287149
OpenPOWER on IntegriCloud