You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
246 B
5 lines
246 B
4 months ago
|
Regression test for load store elimination not respecting the loaded type. When
|
||
|
a wider value is stored in a narrower field and then loaded from that field,
|
||
|
LSE needs to replace the value to be stored with a type conversion to the
|
||
|
narrower type.
|