[llvm] e5de95d - [RISCV] bitreverse-shift.ll - fix typo
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 02:53:23 PDT 2024
Author: Simon Pilgrim
Date: 2024-04-24T10:51:18+01:00
New Revision: e5de95d6dc1346dade17cb2c8ffe6005e873f4a2
URL: https://github.com/llvm/llvm-project/commit/e5de95d6dc1346dade17cb2c8ffe6005e873f4a2
DIFF: https://github.com/llvm/llvm-project/commit/e5de95d6dc1346dade17cb2c8ffe6005e873f4a2.diff
LOG: [RISCV] bitreverse-shift.ll - fix typo
Noticed in #89897
Added:
Modified:
llvm/test/CodeGen/RISCV/bitreverse-shift.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/bitreverse-shift.ll b/llvm/test/CodeGen/RISCV/bitreverse-shift.ll
index f29b1699172626..b0281ba7d23854 100644
--- a/llvm/test/CodeGen/RISCV/bitreverse-shift.ll
+++ b/llvm/test/CodeGen/RISCV/bitreverse-shift.ll
@@ -4,7 +4,7 @@
; RUN: llc -mtriple=riscv64 -mattr=+zbkb -verify-machineinstrs < %s \
; RUN: | FileCheck %s -check-prefixes=RV64ZBKB
-; TODO: These tests can be optmised
+; TODO: These tests can be optimised
; fold (bitreverse(srl (bitreverse c), x)) -> (shl c, x)
; fold (bitreverse(shl (bitreverse c), x)) -> (srl c, x)
More information about the llvm-commits
mailing list