MultiStore: Support OpVariable Initialization
authorGregF <greg@LunarG.com>
Fri, 8 Dec 2017 17:44:15 +0000 (10:44 -0700)
committerSteven Perron <stevenperron@google.com>
Mon, 11 Dec 2017 15:37:14 +0000 (10:37 -0500)
commit78c025abe9cb7452568b0a1710b7c31fc345433e
treec6a067fd4eb33af9c01c7b8d36010dcd1d94a8e3
parent70f88f5295d6544e5dfe194b086cc356d934fdfb
MultiStore: Support OpVariable Initialization

Treat an OpVariable with initialization as if it was an OpStore.
With PR #1073, this completes work for issue #1017.
source/opt/mem_pass.cpp
test/opt/local_ssa_elim_test.cpp