Skip to content

Conversation

@topperc
Copy link
Collaborator

@topperc topperc commented Nov 7, 2025

This was the result of a search and replace when "flag" was renamed to "glue". This originally said "flagged".

This was the result of a search and replace when "flag"
was renamed to "glue". This originally said "flagged".
@llvmbot llvmbot added the llvm:SelectionDAG SelectionDAGISel as well label Nov 7, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 7, 2025

@llvm/pr-subscribers-llvm-selectiondag

Author: Craig Topper (topperc)

Changes

This was the result of a search and replace when "flag" was renamed to "glue". This originally said "flagged".


Full diff: https://github.com/llvm/llvm-project/pull/167006.diff

1 Files Affected:

  • (modified) llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp (+1-1)
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 8bc5d2f3e421f..e78dfb12505c7 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -2448,7 +2448,7 @@ bool SelectionDAGISel::IsLegalToFold(SDValue N, SDNode *U, SDNode *Root,
   // a cycle in the scheduling graph.
 
   // If the node has glue, walk down the graph to the "lowest" node in the
-  // glueged set.
+  // glued set.
   EVT VT = Root->getValueType(Root->getNumValues()-1);
   while (VT == MVT::Glue) {
     SDNode *GU = Root->getGluedUser();

@topperc topperc enabled auto-merge (squash) November 7, 2025 21:15
@topperc topperc disabled auto-merge November 10, 2025 16:37
@topperc topperc merged commit 7171a9c into llvm:main Nov 10, 2025
4 of 8 checks passed
@topperc topperc deleted the pr/glueged branch November 10, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

llvm:SelectionDAG SelectionDAGISel as well

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants