commit | dee5a5a52c45d04aa9f64a7b6e2adae37878a304 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Feb 17 06:57:26 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Feb 17 06:57:26 2007 +0000 |
tree | 7c6ae95cfef4b9964d87bbbde5fac75a66c60338 | |
parent | 0f74372ebfd468fa39421b7cc56f0e84a55ac9f3 [diff] |
Fix ixaddrs as well, allowing ppc64 to compile to: _test2: li r2, 0 lis r3, 1 std r2, 9024(r3) blr instead of: _test2: lis r2, 1 li r3, 0 ori r2, r2, 9024 std r3, 0(r2) blr This implements CodeGen/PowerPC/LargeAbsoluteAddr.ll:test2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34373 91177308-0d34-0410-b5e6-96231b3b80d8