about summary refs log tree commit diff homepage
path: root/runtime/Intrinsic/klee_overshift_check.c
AgeCommit message (Collapse)Author
2013-09-02Implemented runtime check for overshift (controllable with --check-overshiftDan Liew
command line argument). Overshift is where a Shl, AShr or LShr has a shift width greater than the bit width of the first operand. This is undefined behaviour in LLVM so we report this as an error.