summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-04-11 20:13:52 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-04-11 20:13:52 +0000
commit938493999e943868354a680db1d76f6b834e40f8 (patch)
treea13015a109f90489b5c4d6be19ebb380d4309728 /clang/lib/CodeGen/CodeGenModule.cpp
parentb81cd63c4b7d9a352eab7ccf8d95962999d320a9 (diff)
downloadbcm5719-llvm-938493999e943868354a680db1d76f6b834e40f8.tar.gz
bcm5719-llvm-938493999e943868354a680db1d76f6b834e40f8.zip
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. llvm-svn: 179317
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud