[llvm] 10bef36 - [RISCV][test] Fix a comment typo (#134242)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 11:47:24 PDT 2025
Author: Piotr Fusik
Date: 2025-04-07T20:47:21+02:00
New Revision: 10bef367a5643bc41d0172b02e080645c68f821a
URL: https://github.com/llvm/llvm-project/commit/10bef367a5643bc41d0172b02e080645c68f821a
DIFF: https://github.com/llvm/llvm-project/commit/10bef367a5643bc41d0172b02e080645c68f821a.diff
LOG: [RISCV][test] Fix a comment typo (#134242)
Added:
Modified:
llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll
Removed:
################################################################################
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