Samuel Antao f75bfbea17 Fix bug in GPR to FPR moves in PPC64LE.
The current implementation of GPR->FPR register moves uses a stack slot. This mechanism writes a double word and reads a word. In big-endian the load address must be displaced by 4-bytes in order to get the right value. In little endian this is no longer required. This patch fixes the issue and adds LE regression tests to fast-isel-conversion which currently expose this problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219441 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-09 20:42:56 +00:00
..
2014-04-12 01:26:00 +00:00
2014-09-12 14:26:36 +00:00
2013-07-03 17:59:07 +00:00
2013-08-19 05:01:02 +00:00
2013-04-05 23:29:01 +00:00
2014-08-04 21:06:00 +00:00
2014-08-04 21:06:00 +00:00
2013-08-06 17:03:03 +00:00
2014-07-18 23:29:49 +00:00
2014-07-18 23:29:49 +00:00
2013-04-27 00:43:16 +00:00
2014-07-25 17:47:22 +00:00
2013-12-20 18:08:54 +00:00