Files
zig/src
Andrew Kelley 6e78c007df Sema: improved AIR when one operand of bool cmp is known
When doing `x == true` or `x == false` it is now lowered as either a
no-op or a not, respectively, rather than a cmp instruction.

This commit also extracts a zirCmpEq function out from zirCmp, reducing
the amount of branching (on is_equality_cmp) in both functions.
2021-07-30 17:40:30 -07:00
..
2021-07-27 17:08:37 -07:00
2021-07-26 20:41:00 -04:00
2021-07-23 22:42:31 -07:00
2021-07-08 14:10:49 -07:00
2021-07-23 22:42:31 -07:00
2021-06-21 17:03:03 -07:00
2020-09-21 18:38:55 -07:00
2018-10-27 11:35:01 -04:00
2020-12-16 12:18:14 +01:00
2021-07-26 20:41:00 -04:00
2021-07-26 20:41:00 -04:00
2021-07-27 17:08:37 -07:00