We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb660d commit e5de95dCopy full SHA for e5de95d
llvm/test/CodeGen/RISCV/bitreverse-shift.ll
@@ -4,7 +4,7 @@
4
; RUN: llc -mtriple=riscv64 -mattr=+zbkb -verify-machineinstrs < %s \
5
; RUN: | FileCheck %s -check-prefixes=RV64ZBKB
6
7
-; TODO: These tests can be optmised
+; TODO: These tests can be optimised
8
; fold (bitreverse(srl (bitreverse c), x)) -> (shl c, x)
9
; fold (bitreverse(shl (bitreverse c), x)) -> (srl c, x)
10
0 commit comments