aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/shl-lsr.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-16rename testcase for ((x << S) >> S) simplificationLuc Van Oostenryck1-14/+0
2018-08-08simplify (x << S) >> S into x & (-1 >> S)Luc Van Oostenryck1-1/+0
2018-08-07optim: add a few more testcases for shift & maskLuc Van Oostenryck1-0/+15