[all-commits] [llvm/llvm-project] fd9b33: [TLI] Remove leftover assert in TargetLibraryInfoI...
tltao via All-commits
all-commits at lists.llvm.org
Tue Jan 23 02:09:56 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd9b33754198972b835f05ce58d8bb9f0ac8ff7e
https://github.com/llvm/llvm-project/commit/fd9b33754198972b835f05ce58d8bb9f0ac8ff7e
Author: tltao <tony.le.tao at gmail.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M llvm/lib/Analysis/TargetLibraryInfo.cpp
Log Message:
-----------
[TLI] Remove leftover assert in TargetLibraryInfoImpl initialize (#79056)
Remove unnecessary assert for a sorted StandardNames after
implementation of getLibFunc is changed from binary search to a DenseMap
Lookup in commit 7d950f040e3da66ec83f91b58d8c2220483d6335.
The original getLibFunc binary search implementation is in commit
c740e3f0d1ca9690100160ed2708d97d3c6562f0.
Co-authored-by: Tony Tao <tonytao at ca.ibm.com>
More information about the All-commits
mailing list