]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Apply constant promotion for FI_EQ / FI_NEQ
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 4 Mar 2022 16:51:50 +0000 (17:51 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 27 Jun 2022 19:13:31 +0000 (21:13 +0200)
commitfb1d8f65136aa6190b527b691f24abe16a461471
tree02fcdf35aa6c32167b78f82d2e9666ed1a58686f
parentb2d6d2948af268812a8f55f260d340194eb3f7ac
Filter: Apply constant promotion for FI_EQ / FI_NEQ

Equality comparison is defined on all values, even of different
types, but we still want to do constant promotion if possible.
filter/data.c
filter/decl.m4
filter/f-inst.c
filter/test.conf