]> granicus.if.org Git - llvm/commit
Merging r275866:
authorTim Northover <tnorthover@apple.com>
Mon, 18 Jul 2016 21:36:33 +0000 (21:36 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 18 Jul 2016 21:36:33 +0000 (21:36 +0000)
commit00d9b1b37f68373bb427369fee08814cda0692f7
treeaa8f0e6134fc1801111e79369b967d5f1d4e93fb
parent2cefe508b5837994dbbc9661b694704537575435
Merging r275866:
------------------------------------------------------------------------
r275866 | tnorthover | 2016-07-18 11:28:52 -0700 (Mon, 18 Jul 2016) | 6 lines

CodeGenPrep: use correct function to determine Global's alignment.

Elsewhere (particularly computeKnownBits) we assume that a global will be
aligned to the value returned by Value::getPointerAlignment. This is used to
boost the alignment on memcpy/memset, so any target-specific request can only
increase that value.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@275918 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenPrepare.cpp
test/CodeGen/ARM/memfunc.ll