[all-commits] [llvm/llvm-project] 5dcd66: InstSimplify: Handle exp10(log10(x)) -> x

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Sep 2 06:25:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5dcd6669ffdd03ca0adae5eda747ef68ed188d24
      https://github.com/llvm/llvm-project/commit/5dcd6669ffdd03ca0adae5eda747ef68ed188d24
  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 exp10(log10(x)) -> x

Copy from exp/exp2 case.

https://reviews.llvm.org/D157894




More information about the All-commits mailing list