diff options
author | Piotr Fusik <p.fusik@samsung.com> | 2025-04-07 20:47:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 20:47:21 +0200 |
commit | 10bef367a5643bc41d0172b02e080645c68f821a (patch) | |
tree | e6dd579822a8f1fca9208e0f5da456b25d9fbaf6 | |
parent | 529e9127f0d61f177f2c62ade531d876cf89bf59 (diff) | |
download | llvm-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.ll | 2 |
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) { |