[all-commits] [llvm/llvm-project] b07426: ARM: Move setting of more runtime libcalls to Runt...

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


  Branch: refs/heads/users/arsenm/arm/move-more-runtime-libcalls-runtime-libcall-info
  Home:   https://github.com/llvm/llvm-project
  Commit: b074268cdce577779e5d26be6a0b95f40f50356c
      https://github.com/llvm/llvm-project/commit/b074268cdce577779e5d26be6a0b95f40f50356c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-12 (Thu, 12 Jun 2025)

  Changed paths:
    M llvm/lib/IR/RuntimeLibcalls.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp

  Log Message:
  -----------
  ARM: Move setting of more runtime libcalls to RuntimeLibcallInfo

These are the easy cases that do not really depend on the subtarget,
other than for the deceptive predicates on the subtarget class. Most
of the rest of the cases here also do not, but this is obscured by
going through helper predicates added onto the subtarget which hide
dependence on TargetOptions.



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