| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-04-19 | simplify TRUNC(NOT(x)) --> NOT(TRUNC(x)) | Luc Van Oostenryck | 1 | -1/+0 | |
| The goal is double: 1) be able to do the NOT operation on the smaller type 2) more importantly, give the opportunity to the TRUNC to cancel with a previous ZEXT if there is one. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | |||||
| 2021-04-18 | add testcases for simplification of casts. | Luc Van Oostenryck | 1 | -0/+21 | |
| and remove one that didn't made much sense. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | |||||
