Implement SDIV by power of 2 as srawi/addze rather than load imm, divw
authorNate Begeman <natebegeman@mac.com>
Tue, 5 Apr 2005 00:15:08 +0000 (00:15 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 5 Apr 2005 00:15:08 +0000 (00:15 +0000)
commit80196b1331537455056044adfa70c4589dc08df3
treede2f37b16281162fba95e619c17e127336cd3d63
parent93075ec0a5dafbdde1b2596b32dbc3db182b148a
Implement SDIV by power of 2 as srawi/addze rather than load imm, divw

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