reactorlabs / rir

GNU General Public License v2.0
62 stars 18 forks source link

Unnecessary AsLogical and Not instructions #1268

Open skrynski opened 4 months ago

skrynski commented 4 months ago

Get rid of the redundant AsLogical and Not instructions

repro (PIR_WARMUP=3)

f <- function(x) isTRUE(x)
f(FALSE)
f(FALSE)
f(FALSE)
f(FALSE)

Screenshot 2024-02-27 at 13 38 53