[all-commits] [llvm/llvm-project] 9a8689: Hexagon: Move RuntimeLibcall setting out of Target...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jun 2 23:11:50 PDT 2025


  Branch: refs/heads/users/arsenm/hexagon/move-runtime-libcall-config-out-of-tli
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a868952094c49b52daf962e40ef4ce3884dc581
      https://github.com/llvm/llvm-project/commit/9a868952094c49b52daf962e40ef4ce3884dc581
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-03 (Tue, 03 Jun 2025)

  Changed paths:
    M llvm/lib/IR/RuntimeLibcalls.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp

  Log Message:
  -----------
  Hexagon: Move RuntimeLibcall setting out of TargetLowering

RuntimeLibcalls needs to be correct in non-codegen contexts, so
should not be configured in TargetLowering. Hexagon has this exotic,
overly general sounding fast math flag which appear to be untested. I've
renamed and moved it but this should probably be deleted and move to a
combine based on fast math flags.



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