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 23bc1e0 commit 71b2b74Copy full SHA for 71b2b74
llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h
@@ -65,11 +65,11 @@
65
// aggressive on literal constants.
66
//
67
// Limitations:
68
-// ------
+// ------------
69
// - We are unable to consider specializations of functions called from indirect
70
// callsites whose pointer operand has a lattice value that is known to be
71
// constant, either from IPSCCP or previous iterations of FuncSpec. This is
72
-// because SCCP has not yet replaced their uses.
+// because SCCP has not yet replaced the uses of the known constant.
73
74
// References:
75
// -----------
0 commit comments