[all-commits] [llvm/llvm-project] c42a5f: [TTI] Migrate getOperandInfo to OperandVaueInfo [nfc]
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Aug 22 10:19:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c42a5f1cc2856d3f4717ef34a731ae751b44dd93
https://github.com/llvm/llvm-project/commit/c42a5f1cc2856d3f4717ef34a731ae751b44dd93
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/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[TTI] Migrate getOperandInfo to OperandVaueInfo [nfc]
This is part of merging OperandValueKind and OperandValueProperties.
More information about the All-commits
mailing list