[all-commits] [llvm/llvm-project] f5c824: SimplifyLibCalls: Prefer to emit intrinsic in pow(...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 17 05:28:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5c8242042c959cbf476778e1d8a874fc8747801
https://github.com/llvm/llvm-project/commit/f5c8242042c959cbf476778e1d8a874fc8747801
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-05-17 (Fri, 17 May 2024)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
A llvm/test/Transforms/InstCombine/pow-to-ldexp.ll
M llvm/test/Transforms/InstCombine/pow_fp_int.ll
M llvm/test/Transforms/InstCombine/pow_fp_int16.ll
Log Message:
-----------
SimplifyLibCalls: Prefer to emit intrinsic in pow(2, x) -> ldexp(1, x) (#92363)
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