aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/bitfield-store-load0.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22add testcases for bitfield & AND/OR simplificationLuc Van Oostenryck1-0/+44
The extraction & insertion of bitfields is made of relatively complex combinations of SHL/LSR/AND/OR and TRUNC/ZEXT/SEXT. Add a few testcases showing the effectiveness of their simplification and to catch possible future regressions. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>