[all-commits] [llvm/llvm-project] 655cdf: llvm-tli-checker: Remove TLINameList helper struct...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Sep 2 23:59:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 655cdf2e45a108177f013a59f108d17a8a267783
https://github.com/llvm/llvm-project/commit/655cdf2e45a108177f013a59f108d17a8a267783
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M llvm/include/llvm/Analysis/TargetLibraryInfo.h
M llvm/tools/llvm-tli-checker/llvm-tli-checker.cpp
Log Message:
-----------
llvm-tli-checker: Remove TLINameList helper struct (#142535)
This avoids subclassing std::vector and a static constructor.
This started as a refactor to make TargetLibraryInfo available during
printing so a custom name could be reported. It turns out this struct
wasn't doing anything, other than providing a hacky way of printing the
standard name instead of the target's custom name. Just remove this and
stop hacking on the TargetLibraryInfo to falsely report the function
is available later.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list