[llvm] [RISCV][test] Fix a comment typo (PR #134242)

Piotr Fusik via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 3 05:39:19 PDT 2025


https://github.com/pfusik created https://github.com/llvm/llvm-project/pull/134242

None

>From b15822fa4c4466fbf6c11bb3ca459ae422a727ee Mon Sep 17 00:00:00 2001
From: Piotr Fusik <p.fusik at samsung.com>
Date: Thu, 3 Apr 2025 14:36:16 +0200
Subject: [PATCH] [RISCV][test] Fix a comment typo

---
 llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll b/llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll
index c30945a75461a..2d48f2b49822b 100644
--- a/llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll
+++ b/llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll
@@ -6,7 +6,7 @@
 ; Tests aimed to check optimization which combines
 ; two comparison operations and logic operation into
 ; one select(min/max) operation and one comparison
-; operaion.
+; operation.
 
 ; 4 patterns below will be converted to umin+less.
 define i1 @ulo(i64 %c, i64 %a, i64 %b) {



More information about the llvm-commits mailing list