aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/select-zero.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-17optim: simplify null selectLuc Van Oostenryck1-0/+16
A select instruction like: select r <- x, 0, x always gives zero as result but the optimizer doesn't this. Change this by teaching the optimizer about it. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>