[all-commits] [llvm/llvm-project] d8a68f: [Hexagon] Omit calls to specialized {float, fix} ro...

Brian Cain via All-commits all-commits at lists.llvm.org
Wed Jan 15 12:22:10 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d8a68fe68093366a0218474b476fa4e795bef2f8
      https://github.com/llvm/llvm-project/commit/d8a68fe68093366a0218474b476fa4e795bef2f8
  Author: Brian Cain <brian.cain at oss.qualcomm.com>
  Date:   2025-01-15 (Wed, 15 Jan 2025)

  Changed paths:
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    A llvm/test/CodeGen/Hexagon/i128-fpconv-strict.ll

  Log Message:
  -----------
  [Hexagon] Omit calls to specialized {float,fix} routines (#117423)

These were introduced in 1213a7a57fdc (Hexagon backend support,
2011-12-12) but they aren't present in libclangrt.builtins-hexagon. The
generic versions of these functions are present in the builtins, though.
So it should suffice to call those instead.



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