[all-commits] [llvm/llvm-project] b071b7: [GlobalISel] Always direct-call IFuncs and Aliases...

Jon Roelofs via All-commits all-commits at lists.llvm.org
Thu Dec 14 13:58:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b071b703174c166efd252a25f47e6c6a1cc2993e
      https://github.com/llvm/llvm-project/commit/b071b703174c166efd252a25f47e6c6a1cc2993e
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-alias.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-ifunc.ll

  Log Message:
  -----------
  [GlobalISel] Always direct-call IFuncs and Aliases (#74902)

This is safe because for both cases, the use must be in the same TU as the definition, and they cannot be forward declared.




More information about the All-commits mailing list