commit | bae6d527dffbe302a8130ceb40b4e82cf61414b1 | [log] [tgz] |
---|---|---|
author | David Majnemer <david.majnemer@gmail.com> | Thu Apr 11 20:13:52 2013 +0000 |
committer | David Majnemer <david.majnemer@gmail.com> | Thu Apr 11 20:13:52 2013 +0000 |
tree | 5431ea88369d3d75df3bae1d1b96193ef648477b | |
parent | 59b11c415eb90861223477841913cf7d35b1a1a4 [diff] |
Fix undefined behavior in AArch64 A64Imms::isLogicalImmBits and A64Imms::isLogicalImm will attempt to execute shifts that perform undefined behavior. Instead of attempting to perform the 64-bit rotation, treat it as a no-op. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179317 91177308-0d34-0410-b5e6-96231b3b80d8