[all-commits] [llvm/llvm-project] c4ff0a: [TLI] Add getLibFunc that accepts an Opcode and sc...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Thu Dec 21 03:03:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4ff0a67d146030636e96eab4992233a7b5858d8
https://github.com/llvm/llvm-project/commit/c4ff0a67d146030636e96eab4992233a7b5858d8
Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: 2023-12-21 (Thu, 21 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 that accepts an Opcode and scalar Type. (#75919)
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