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

change the preferred canonical form for a sign extension to be

lshr+ashr instead of trunc+sext.  We want to avoid type 
conversions whenever possible, it is easier to codegen expressions
without truncates and extensions.

llvm-svn: 93107
parent 2b459fe7
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