[all-commits] [llvm/llvm-project] f346cb: [RISCV][TTI] Factor out getVRGatherVICost helper [...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Aug 22 14:11:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f346cbd3788bb18385d64fd21db8548e62445dc1
https://github.com/llvm/llvm-project/commit/f346cbd3788bb18385d64fd21db8548e62445dc1
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
Log Message:
-----------
[RISCV][TTI] Factor out getVRGatherVICost helper [nfc]
Reasonable implementations may differ in complexity cost, so doing some API prepwork to support tunables.
More information about the All-commits
mailing list