llvm-project/llvm/test/Transforms/InferFunctionAttrs
Christian Bruel 4ead99b3ac Allow norecurse attribute on functions that have debug infos.
Summary: debug intrinsics might be marked norecurse to enable the caller function to be norecurse and optimized if needed. This avoids code gen optimisation differences when -g is used, as in globalOpt.cpp:processInternalGlobal checks.

Reviewers: chandlerc, jmolloy, aprantl

Reviewed By: aprantl

Subscribers: aprantl, llvm-commits

Differential Revision: https://reviews.llvm.org/D55187

llvm-svn: 348381
2018-12-05 16:48:00 +00:00
..
annotate.ll Disable calls to *_finite and other glibc-only functions on Musl. 2018-11-06 18:23:32 +00:00
no-proto.ll
norecurse_debug.ll Allow norecurse attribute on functions that have debug infos. 2018-12-05 16:48:00 +00:00
pr30455.ll