[all-commits] [llvm/llvm-project] c0e8ae: SimplifyLibCalls: Skip sincospi optimization for C...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Apr 7 17:25:38 PDT 2025
Branch: refs/heads/users/arsenm/instcombine-skip-sincospi-optimization-constantdata
Home: https://github.com/llvm/llvm-project
Commit: c0e8aed97cb626a99441db84d2148fb00932f3b7
https://github.com/llvm/llvm-project/commit/c0e8aed97cb626a99441db84d2148fb00932f3b7
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
M llvm/test/Transforms/InstCombine/sincospi.ll
Log Message:
-----------
SimplifyLibCalls: Skip sincospi optimization for ConstantData
Avoids looking at the uselist, and it would probably be more
productive to constant fold this.
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