[all-commits] [llvm/llvm-project] 037f07: [TLI] replace-with-veclib works with FRem Instruct...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Thu Dec 21 08:31:50 PST 2023
Branch: refs/heads/users/paschalis-mpeis/tli-veclib-frem
Home: https://github.com/llvm/llvm-project
Commit: 037f07e245b54cce78c4e8bf39e76e54f44355af
https://github.com/llvm/llvm-project/commit/037f07e245b54cce78c4e8bf39e76e54f44355af
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M llvm/lib/CodeGen/ReplaceWithVeclib.cpp
M llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-armpl.ll
M llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-sleef-scalable.ll
M llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-sleef.ll
Log Message:
-----------
[TLI] replace-with-veclib works with FRem Instruction.
Updated SLEEF and ArmPL tests with Fixed-Width and Scalable cases for
frem. Those are mapped to fmod/fmodf.
More information about the All-commits
mailing list