blob: 29b4cb82ab9360e64fde656097ae3d3755a0f509 [file] [log] [blame]
Vladimir Marko94539fd2017-11-15 17:52:46 +00001Regression test for load store elimination not respecting the loaded type. When
2a wider value is stored in a narrower field and then loaded from that field,
3LSE needs to replace the value to be stored with a type conversion to the
4narrower type.