Open anirudhSK opened 4 years ago
Because our P4 file is autogenerated, it contains spurious expressions such as 0 + x + y instead of just x + y. These trip up the Tofino compiler. Right now, we simplify these manually by removing the unnecessary 0s. We should automate this.
Because our P4 file is autogenerated, it contains spurious expressions such as 0 + x + y instead of just x + y. These trip up the Tofino compiler. Right now, we simplify these manually by removing the unnecessary 0s. We should automate this.