This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ee28aaf7fa DebugInfo: Shot in the dark attempt to fix ubsan error from [...] new 53a00b6727e [System Model] [TTI] Update cache and prefetch TTI interfaces
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/TargetTransformInfo.h | 70 ++++++++++++++++------- include/llvm/Analysis/TargetTransformInfoImpl.h | 31 ---------- include/llvm/CodeGen/BasicTTIImpl.h | 28 +++++++++ include/llvm/MC/MCSubtargetInfo.h | 44 ++++++++++++++ lib/Analysis/TargetTransformInfo.cpp | 28 +++++++++ lib/MC/MCSubtargetInfo.cpp | 25 ++++++++ lib/Target/AArch64/AArch64Subtarget.h | 8 +-- lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 16 ------ lib/Target/AArch64/AArch64TargetTransformInfo.h | 8 --- lib/Target/Hexagon/HexagonTargetTransformInfo.h | 4 +- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 4 +- lib/Target/PowerPC/PPCTargetTransformInfo.h | 4 +- lib/Target/SystemZ/SystemZTargetTransformInfo.h | 6 +- 13 files changed, 188 insertions(+), 88 deletions(-)