[PATCH] D107817: [RISCV][test] Add new tests for mul optimization in the zba extension with SH*ADD
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 10 18:35:48 PDT 2021
jrtc27 added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rv64zba.ll:7
; RUN: llc -mtriple=riscv64 -mattr=+m,+experimental-zba -verify-machineinstrs < %s \
; RUN: | FileCheck %s -check-prefix=RV64IBA
----------------
Ugh this is confusing, should be RV64IBZBA, not RV64IBA (which would mean integer, bitmanip and atomics, albeit in a non-canonical order, which makes no sense for this test)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107817/new/
https://reviews.llvm.org/D107817
More information about the llvm-commits
mailing list