Vladimir Marko | 94539fd | 2017-11-15 17:52:46 +0000 | [diff] [blame] | 1 | Regression test for load store elimination not respecting the loaded type. When |
2 | a wider value is stored in a narrower field and then loaded from that field, | ||||
3 | LSE needs to replace the value to be stored with a type conversion to the | ||||
4 | narrower type. |