[llvm] [RISCV][test] Fix a comment typo (PR #134242)
Piotr Fusik via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 23:57:00 PDT 2025
https://github.com/pfusik updated https://github.com/llvm/llvm-project/pull/134242
>From 6fa61e3b6f2b30b69c7a103e4906f6c400917a5c 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