ivory-opts-0.1.0.6: Ivory compiler optimizations.

Safe HaskellNone
LanguageHaskell2010

Ivory.Opts.BitShift

Description

Check for undefined bitshift behavior. Bit-shifts on signed ints are already disallowed. This check is that we bit-shift by strictly less than n for an n-bit value.

Documentation