art/test/530-checker-lse3/info.txt

5 lines
246 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:21:32 +08:00
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.