[llvm] [DAG] Fold bitreverse(shl/srl(bitreverse(x),y)) -> srl/shl(x,y) (PR #89897)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 02:21:23 PDT 2024
================
@@ -1,10 +1,10 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=riscv32 -mattr=+zbkb -verify-machineinstrs < %s \
-; RUN: | FileCheck %s -check-prefixes=RV32ZBKB
+; RUN: | FileCheck %s -check-prefixes=CHECK,RV32ZBKB
; RUN: llc -mtriple=riscv64 -mattr=+zbkb -verify-machineinstrs < %s \
-; RUN: | FileCheck %s -check-prefixes=RV64ZBKB
+; RUN: | FileCheck %s -check-prefixes=CHECK,RV64ZBKB
-; TODO: These tests can be optmised
+; These tests can be optmised
----------------
jayfoad wrote:
Typo "optimised" :)
https://github.com/llvm/llvm-project/pull/89897
More information about the llvm-commits
mailing list