Skip to content
Commit dc664570 authored by Chris Lattner's avatar Chris Lattner
Browse files

Add support for sdiv by 2^k and -2^k. Producing code like:

_test:
        srawi r2, r3, 2
        addze r3, r2
        blr

llvm-svn: 23052
parent 4bd2aab6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment