[all-commits] [llvm/llvm-project] ea690e: [RISCV] Rename VTy param of RISCVTTIImpl::getArith...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Jun 16 15:26:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea690e7019c81aa491c8e2544c3ad06dc94309c9
https://github.com/llvm/llvm-project/commit/ea690e7019c81aa491c8e2544c3ad06dc94309c9
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
Log Message:
-----------
[RISCV] Rename VTy param of RISCVTTIImpl::getArithmeticReductionCost [NFC]
Having it be consistent with getMinMaxReductionCost for ease of copy paste outweights the minor clarity of calling it VTy instead of Ty.
More information about the All-commits
mailing list