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 fcb6a9c commit 0ef39e3Copy full SHA for 0ef39e3
llvm/lib/CodeGen/StackColoring.cpp
@@ -7,7 +7,7 @@
7
//===----------------------------------------------------------------------===//
8
//
9
// This pass implements the stack-coloring optimization that looks for
10
-// lifetime markers machine instructions (LIFESTART_BEGIN and LIFESTART_END),
+// lifetime markers machine instructions (LIFETIME_START and LIFETIME_END),
11
// which represent the possible lifetime of stack slots. It attempts to
12
// merge disjoint stack slots and reduce the used stack space.
13
// NOTE: This pass is not StackSlotColoring, which optimizes spill slots.
0 commit comments