[all-commits] [llvm/llvm-project] da077a: InstSimplify: Handle log10(exp10(x))
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sat Sep 2 06:15:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da077a52c46a8d95f3e1bf060cfc199f76556f2d
https://github.com/llvm/llvm-project/commit/da077a52c46a8d95f3e1bf060cfc199f76556f2d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-09-02 (Sat, 02 Sep 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/log-exp-intrinsic.ll
Log Message:
-----------
InstSimplify: Handle log10(exp10(x))
Copied from the exp/exp2 cases
https://reviews.llvm.org/D157894
More information about the All-commits
mailing list