We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b577e commit 31c0b87Copy full SHA for 31c0b87
llvm/lib/Transforms/Utils/CodeExtractor.cpp
@@ -943,6 +943,7 @@ Function *CodeExtractor::constructFunction(const ValueSet &inputs,
943
// Those attributes should be safe to propagate to the extracted function.
944
case Attribute::AlwaysInline:
945
case Attribute::Cold:
946
+ case Attribute::Hot:
947
case Attribute::NoRecurse:
948
case Attribute::InlineHint:
949
case Attribute::MinSize:
0 commit comments