[all-commits] [llvm/llvm-project] 47f186: ARM: Remove fake entries for divrem libcalls
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jun 11 21:58:20 PDT 2025
Branch: refs/heads/users/arsenm/arm/remove-fake-divrem-libcall-entries
Home: https://github.com/llvm/llvm-project
Commit: 47f1862490bdea686084f7ec71110cbed749a624
https://github.com/llvm/llvm-project/commit/47f1862490bdea686084f7ec71110cbed749a624
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