Chris Lattner d6e496732b 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19677 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-19 03:36:14 +00:00
..
2005-01-12 04:51:37 +00:00
2005-01-08 20:07:03 +00:00
2004-12-20 04:15:44 +00:00
2005-01-16 04:23:22 +00:00
2005-01-15 06:52:40 +00:00
2004-11-14 21:54:41 +00:00