llvm-project/llvm/test/tools/llvm-as
Tim Shen a0757d8ebd Patch by @wecing (Chenguang Wang).
The current getFoldedSizeOf() implementation uses naive recursion, which
could be really slow when the input structure type is too complex.

This issue was first brought up in
http://llvm.org/bugs/show_bug.cgi?id=8281; this change fixes it by
adding memoization.

Differential Revision: https://reviews.llvm.org/D6594
2021-02-19 12:44:17 -08:00
..
help.test
lit.local.cfg
slow-ptrtoint.ll Patch by @wecing (Chenguang Wang). 2021-02-19 12:44:17 -08:00