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 5971b3d commit 325cbd6Copy full SHA for 325cbd6
llvm/include/llvm/IR/DiagnosticInfo.h
@@ -718,7 +718,7 @@ class DiagnosticInfoIROptimization : public DiagnosticInfoOptimizationBase {
718
}
719
720
private:
721
- /// The IR value that the optimization operates on.
+ /// The IR region (currently basic block) that the optimization operates on.
722
/// This is currently used to provide run-time hotness information with PGO.
723
const BasicBlock *CodeRegion = nullptr;
724
};
0 commit comments