Skip to content

[RISCV] Fix typo from 6e86037. NFC#174679

Merged
svs-quic merged 1 commit intollvm:mainfrom
svs-quic:typo
Jan 7, 2026
Merged

[RISCV] Fix typo from 6e86037. NFC#174679
svs-quic merged 1 commit intollvm:mainfrom
svs-quic:typo

Conversation

@svs-quic
Copy link
Contributor

@svs-quic svs-quic commented Jan 7, 2026

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Jan 7, 2026

@llvm/pr-subscribers-backend-risc-v

Author: Sudharsan Veeravalli (svs-quic)

Changes

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

1 Files Affected:

  • (modified) llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp (+1-1)
diff --git a/llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp b/llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
index 0c98dbbe4cadf..63b50913ce74b 100644
--- a/llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
+++ b/llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
@@ -488,7 +488,7 @@ RISCVLoadStoreOpt::mergePairedInsns(MachineBasicBlock::iterator I,
   // instruction, which we're not considering for further action anyway. For the
   // Xqcilsm load/store, we may not want to do this as the second instruction
   // could possibly be the first in another pair if we do not merge here. This
-  // is handled is the else block after the call to tryConvertToLdStPair below.
+  // is handled in the else block after the call to tryConvertToLdStPair below.
   if (NextI == Paired)
     NextI = next_nodbg(NextI, E);
 

Copy link
Collaborator

@topperc topperc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@svs-quic svs-quic merged commit 1eb0bbd into llvm:main Jan 7, 2026
12 checks passed
@svs-quic svs-quic deleted the typo branch January 7, 2026 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants