[all-commits] [llvm/llvm-project] 4b01a0: ARM: Remove fake entries for divrem libcalls

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jun 12 01:36:29 PDT 2025


  Branch: refs/heads/users/arsenm/arm/remove-fake-divrem-libcall-entries
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b01a039dfe4f17c8f1c6052eb0a4ef6c5493f4b
      https://github.com/llvm/llvm-project/commit/4b01a039dfe4f17c8f1c6052eb0a4ef6c5493f4b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-12 (Thu, 12 Jun 2025)

  Changed paths:
    M llvm/lib/IR/RuntimeLibcalls.cpp

  Log Message:
  -----------
  ARM: Remove fake entries for divrem libcalls

This was defining aliases of the i32 divrem functions for the i8
and i16 cases. This is unnecessary and was unused. The divrem
candidate cases wouldn't have formed with illegal types in the
first place, so codegen wouldn't even query these.



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