aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Fusik <p.fusik@samsung.com>2025-04-07 20:47:21 +0200
committerGitHub <noreply@github.com>2025-04-07 20:47:21 +0200
commit10bef367a5643bc41d0172b02e080645c68f821a (patch)
treee6dd579822a8f1fca9208e0f5da456b25d9fbaf6
parent529e9127f0d61f177f2c62ade531d876cf89bf59 (diff)
downloadllvm-10bef367a5643bc41d0172b02e080645c68f821a.zip
llvm-10bef367a5643bc41d0172b02e080645c68f821a.tar.gz
llvm-10bef367a5643bc41d0172b02e080645c68f821a.tar.bz2
[RISCV][test] Fix a comment typo (#134242)
-rw-r--r--llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll b/llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll
index c30945a..2d48f2b4 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) {