[llvm] 7ce73ab - [AArch64][SME] Fix typo in docs "block" -> "bundle" (NFC) (#161383)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 30 07:56:05 PDT 2025
Author: Benjamin Maxwell
Date: 2025-09-30T14:56:00Z
New Revision: 7ce73ab169257509336b0a3f6042c3ab7807b760
URL: https://github.com/llvm/llvm-project/commit/7ce73ab169257509336b0a3f6042c3ab7807b760
DIFF: https://github.com/llvm/llvm-project/commit/7ce73ab169257509336b0a3f6042c3ab7807b760.diff
LOG: [AArch64][SME] Fix typo in docs "block" -> "bundle" (NFC) (#161383)
Added:
Modified:
llvm/lib/Target/AArch64/MachineSMEABIPass.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/AArch64/MachineSMEABIPass.cpp b/llvm/lib/Target/AArch64/MachineSMEABIPass.cpp
index cced0faa28889..474974893d945 100644
--- a/llvm/lib/Target/AArch64/MachineSMEABIPass.cpp
+++ b/llvm/lib/Target/AArch64/MachineSMEABIPass.cpp
@@ -22,7 +22,7 @@
// To handle ZA state across control flow, we make use of edge bundling. This
// assigns each block an "incoming" and "outgoing" edge bundle (representing
// incoming and outgoing edges). Initially, these are unique to each block;
-// 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
// joined with the incoming bundle of all successors. The result is that each
// bundle can be assigned a single ZA state, which ensures the state required by
// all a blocks' successors is the same, and that each basic block will always
More information about the llvm-commits
mailing list