Handle local struct pointer arithmetic (#23704)
authorCarol Eidt <carol.eidt@microsoft.com>
Thu, 4 Apr 2019 16:31:30 +0000 (09:31 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2019 16:31:30 +0000 (09:31 -0700)
commitabec165e0dd3ec2f5a46891f3c076b4c55149d56
treedac7266b1b998be989afbfae1c46b0f2e5f9d05a
parent991817d90827b206ab25e74e7a5bd326a7e86ad4
Handle local struct pointer arithmetic (#23704)

The assert introduced in #23570 was overly aggressive, and didn't account for the fact that pointer arithmetic can exist in the IL, not just introduced by morph.

Fix #23693
src/jit/importer.cpp