art/test/478-checker-inline-noreturn/info.txt

4 lines
164 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:21:32 +08:00
Tests inlining a function with a no-exit loop into a loop. LinearOrder
computation fails because of incorrect HLoopInformation if we inline
a loop without an exit.