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

Remove support for ZERO_EXTEND_INREG. This pessimizes code, genering stuff

like this:

        ldah $1,1($31)
        lda $1,-1($1)
        and $0,$1,$24

instead of this:

        zap $0,252,$24

To get this back, the selector should recognize the ISD::AND case where this
happens and emit the appropriate ZAP instruction.

llvm-svn: 21270
parent 7f4c4179
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