mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
770f362410
This adds the LLVM IR attribute `mustprogress` as defined in LangRef through D86233. This attribute will be applied to functions with in languages like C++ where forward progress is guaranteed. Functions without this attribute are not required to make progress. Reviewed By: nikic Differential Revision: https://reviews.llvm.org/D85393 |
||
---|---|---|
.. | ||
BitcodeAnalyzer.cpp | ||
BitcodeReader.cpp | ||
BitReader.cpp | ||
CMakeLists.txt | ||
LLVMBuild.txt | ||
MetadataLoader.cpp | ||
MetadataLoader.h | ||
ValueList.cpp | ||
ValueList.h |