Merge pull request dotnet/coreclr#7677 from CarolEidt/StructOpts
authorCarol Eidt <carol.eidt@microsoft.com>
Tue, 1 Nov 2016 15:42:01 +0000 (08:42 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2016 15:42:01 +0000 (08:42 -0700)
commit24b63419c32193721865462858d1b28e8e039748
tree62662d220f4ddc6681740d46249717c12380bbcf
parenta73741696b8def7fb688cb8accd3d234b753f711
parentc3aa40238c131f648971a49ce72aef9992cee760
Merge pull request dotnet/coreclr#7677 from CarolEidt/StructOpts

Enable optimization of structs

Commit migrated from https://github.com/dotnet/coreclr/commit/9c95461a7200b9df71e8b76963fe072d6fb9c39b
13 files changed:
src/coreclr/src/jit/codegenlegacy.cpp
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/lclvars.cpp
src/coreclr/src/jit/lower.cpp
src/coreclr/src/jit/lowerxarch.cpp
src/coreclr/src/jit/morph.cpp
src/coreclr/src/jit/rationalize.cpp
src/coreclr/src/jit/valuenum.cpp