[all-commits] [llvm/llvm-project] 58056a: [CodeGen] Lower vector llvm.sincos to AMDLIBM vect...
Kito Cheng via All-commits
all-commits at lists.llvm.org
Wed Apr 29 00:07:30 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58056abf80fe9a1baa4a14455a6ab4fb007162a6
https://github.com/llvm/llvm-project/commit/58056abf80fe9a1baa4a14455a6ab4fb007162a6
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/IR/RuntimeLibcalls.cpp
M llvm/test/CodeGen/X86/veclib-llvm.sincos.ll
Log Message:
-----------
[CodeGen] Lower vector llvm.sincos to AMDLIBM vector calls (#194580)
- Adds amd_vrd2_sincos to RuntimeLibcalls.td.
- Adds v8f32, v16f32, v4f64, and v8f64 cases to getSINCOS().
- Enables the AMDLIBM sincos in RuntimeLibcallsInfo.
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