Files
tinygrad/test
chenyu 85edc493b0 uops const fold rules to prevent tautological compare warnings (#4041)
* uops const fold rules to prevent tautological compare warnings

`bool < false` is false, `true < bool` is false, `a == a` is true, `a != a` is false

* not true for nan

* and nan does not work with llvm

* full truth table test

* revert a==a

* comments and indents
2024-04-02 16:45:58 -04:00
..
2024-03-29 19:35:50 -07:00
2024-03-14 13:34:14 -07:00
2023-12-01 11:34:47 -08:00
2020-12-15 23:44:08 -08:00
2023-06-25 10:38:58 -07:00
2024-03-29 19:17:37 -07:00
2024-03-18 16:47:07 -04:00
2024-03-26 21:02:46 -07:00
2023-12-07 17:07:05 -08:00
2024-04-02 11:38:21 -04:00
2024-03-17 21:35:49 -07:00
2024-03-06 13:34:21 -08:00
2024-01-15 11:31:54 -08:00
2024-03-18 16:47:07 -04:00
2024-03-12 09:49:47 -07:00
2024-03-26 21:02:46 -07:00