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 c00a1a1 commit dcd8028Copy full SHA for dcd8028
llvm/lib/Transforms/IPO/IROutliner.cpp
@@ -2235,7 +2235,8 @@ static void fillOverallFunction(
2235
*CurrentGroup.OutlinedFunction, CurrentGroup.EndBBs);
2236
2237
// Transfer the attributes from the function to the new function.
2238
- for (Attribute A : CurrentOS->ExtractedFunction->getAttributes().getFnAttrs()) {
+ for (Attribute A :
2239
+ CurrentOS->ExtractedFunction->getAttributes().getFnAttrs()) {
2240
// QC-Specific - Begin
2241
if (M.getTargetTriple().isRISCV() && A.getKindAsString() == "interrupt")
2242
continue;
0 commit comments