[all-commits] [llvm/llvm-project] f00bc4: [TLI] Add getLibFunc in API that accepts an Instru...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Tue Dec 19 02:25:22 PST 2023
Branch: refs/heads/users/paschalis/extend-tli-for-instructions
Home: https://github.com/llvm/llvm-project
Commit: f00bc4e59dd4ec90b9eff78b9e4eecdc30b3dd92
https://github.com/llvm/llvm-project/commit/f00bc4e59dd4ec90b9eff78b9e4eecdc30b3dd92
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M llvm/include/llvm/Analysis/TargetLibraryInfo.h
M llvm/lib/Analysis/TargetLibraryInfo.cpp
M llvm/unittests/Analysis/TargetLibraryInfoTest.cpp
Log Message:
-----------
[TLI] Add getLibFunc in API that accepts an Instruction.
It sets a LibFunc similarly with the other two getLibFunc methods.
Currently, it supports only the FRem Instruction.
Add tests for FRem.
More information about the All-commits
mailing list