Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
c210ab55bcebda93f4e21d6df6e1dca5a5e152c5
/
.
/
test
/
530-checker-lse3
/
info.txt
blob: 29b4cb82ab9360e64fde656097ae3d3755a0f509 [
file
] [
log
] [
blame
]
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.