summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@google.com>2013-05-15 16:08:30 +0000
committerDerek Schuff <dschuff@google.com>2013-05-15 16:08:30 +0000
commit72ddaba785deb55816657ff065e0239fd4b1b4df (patch)
tree9a56ab7bd8d3b904ee810186c733f7de7be29401 /llvm/lib/Transforms
parent478536b1c1992545cea35b13b30b3c3515d180d8 (diff)
downloadbcm5719-llvm-72ddaba785deb55816657ff065e0239fd4b1b4df.tar.gz
bcm5719-llvm-72ddaba785deb55816657ff065e0239fd4b1b4df.zip
Support unaligned load/store on more ARM targets
This patch matches GCC behavior: the code used to only allow unaligned load/store on ARM for v6+ Darwin, it will now allow unaligned load/store for v6+ Darwin as well as for v7+ on other targets. The distinction is made because v6 doesn't guarantee support (but LLVM assumes that Apple controls hardware+kernel and therefore have conformant v6 CPUs), whereas v7 does provide this guarantee (and Linux behaves sanely). Overall this should slightly improve performance in most cases because of reduced I$ pressure. Patch by JF Bastien llvm-svn: 181897
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud