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

Add a hook to find out how the target handles shift amounts that are out of

range.  Either they are undefined (the default), they mask the shift amount
to the size of the register (X86, Alpha, etc), or they extend the shift (PPC).

This defaults to undefined, which is conservatively correct.

llvm-svn: 19677
parent 9aa48862
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