JIT: add a bit more importer folding (#16111)
authorAndy Ayers <andya@microsoft.com>
Wed, 31 Jan 2018 22:06:59 +0000 (14:06 -0800)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2018 22:06:59 +0000 (14:06 -0800)
commit2a8d7d97508c7be6a1f93dc01c9282026cd25fa5
tree3386f351c9ac6059932f99eaa801c8c462a3cc06
parent7512213bcbb423a587f29a25264d4e9c8e6d42d8
JIT: add a bit more importer folding (#16111)

Eagerly fold expression trees for non-branch conditional operations.

Leads to elimination of boxes in some idiomatic uses. See notes and
examples in #14472.
src/jit/importer.cpp