Add computeFSAdditions to the function based subtarget creation
authorEric Christopher <echristo@gmail.com>
Thu, 26 Mar 2015 00:50:23 +0000 (00:50 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 26 Mar 2015 00:50:23 +0000 (00:50 +0000)
commit3a77909daee312e41eae118b0d849e68ff766dbe
tree580e7fd4ae48803791132b4a5e7fdf12870b2da6
parent6141f178a6c7b519f2934ec980d0d64d5f4eb3c3
Add computeFSAdditions to the function based subtarget creation
for PPC due to some unfortunate default setting via TargetMachine
creation. I've added a FIXME on how this can be unraveled in the
backend and a test to make sure we successfully legalize 64-bit things
if we say we're 64-bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233239 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCTargetMachine.cpp