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

Generalize (zext (truncate x)) and (sext (truncate x)) folding to work when

the src/dst are not the same size.  This catches things like "truncate
32-bit X to 8 bits, then zext to 16", which happens a bit on X86.

llvm-svn: 30557
parent 1c18c0db
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