forked from OSchip/llvm-project
223de262b9
Inlining such intrinsics is very difficult, since you need to simultaneously transform many calls to llvm.framerecover and potentially duplicate the functions containing them. Normally this intrinsic isn't added until EH preparation, which is part of the backend pass pipeline after inlining. However, if it were to get fed through the inliner, this change will ensure that it doesn't break the code. llvm-svn: 234937 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CallGraph.cpp | ||
CallGraphSCCPass.cpp | ||
CallPrinter.cpp | ||
GlobalsModRef.cpp | ||
IPA.cpp | ||
InlineCost.cpp | ||
LLVMBuild.txt | ||
Makefile |