[all-commits] [llvm/llvm-project] d7bb07: InstCombine: Emit ldexp intrinsic in exp2->ldexp c...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue May 14 22:41:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7bb0723fe79d2b75d41789d2ffadda3567dd94e
      https://github.com/llvm/llvm-project/commit/d7bb0723fe79d2b75d41789d2ffadda3567dd94e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/test/Transforms/InstCombine/exp2-1.ll
    A llvm/test/Transforms/InstCombine/exp2-to-ldexp.ll

  Log Message:
  -----------
  InstCombine: Emit ldexp intrinsic in exp2->ldexp combine (#92039)

Prefer to emit the intrinsic over a libcall in the
intrinsic or no-math-errno case.



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