[PATCH] D117643: [RISCV] Add patterns for vector widening integer reduction instructions

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 13 19:32:55 PST 2022


jacquesguan added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/vreductions-int-rv64.ll:1
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs < %s | FileCheck %s
----------------
craig.topper wrote:
> Can you update the rv32 test as well? These files should be kept in sync
Done.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117643/new/

https://reviews.llvm.org/D117643



More information about the llvm-commits mailing list