[all-commits] [llvm/llvm-project] 274f86: [TTI] Remove OperandValueKind/Properties from getA...
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Aug 22 11:07:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 274f86e7a6d5468b38be7a4a4008a883a27ce008
https://github.com/llvm/llvm-project/commit/274f86e7a6d5468b38be7a4a4008a883a27ce008
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[TTI] Remove OperandValueKind/Properties from getArithmeticInstrCost interface [nfc]
This completes the client side transition to the OperandValueInfo version of this routine. Backend TTI implementations still use the prior versions for now.
More information about the All-commits
mailing list