commit | bc681d6af490a7e67bcc8c4a4b17d18cb38ca455 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Feb 17 06:44:03 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Feb 17 06:44:03 2007 +0000 |
tree | 47c23a96c8601debd58cfdc6aec2431b3e15e890 | |
parent | 6e1472a9280714bc0d4a8663c5d696961f22204d [diff] |
Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: _test: lis r2, 743 li r3, 0 stw r3, 32751(r2) blr instead of: _test: li r2, 0 stw r2, 32751(48693248) blr Implement support for ppc64 as well, allowing it to produce better code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34371 91177308-0d34-0410-b5e6-96231b3b80d8