Outline evaluation of calls to builtins to avoid inflating stack usage for the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 16 Nov 2016 00:57:23 +0000 (00:57 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 16 Nov 2016 00:57:23 +0000 (00:57 +0000)
commit6328cbd31bef72bf1ebb8e2b1cdc4899bae3c221
treedd7174109f4a9642c60bc210362fdb3145992c7f
parentb3dc774a9963a43ea828da9cf31137b7fce7cc7b
Outline evaluation of calls to builtins to avoid inflating stack usage for the
common case of a call to a non-builtin, particularly for unoptimized ASan
builds (where the per-variable stack usage can be quite high).

llvm-svn: 287066
clang/lib/AST/ExprConstant.cpp