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 e9ffd2a commit 7ce73abCopy full SHA for 7ce73ab
llvm/lib/Target/AArch64/MachineSMEABIPass.cpp
@@ -22,7 +22,7 @@
22
// To handle ZA state across control flow, we make use of edge bundling. This
23
// assigns each block an "incoming" and "outgoing" edge bundle (representing
24
// incoming and outgoing edges). Initially, these are unique to each block;
25
-// then, in the process of forming bundles, the outgoing block of a block is
+// then, in the process of forming bundles, the outgoing bundle of a block is
26
// joined with the incoming bundle of all successors. The result is that each
27
// bundle can be assigned a single ZA state, which ensures the state required by
28
// all a blocks' successors is the same, and that each basic block will always
0 commit comments