[all-commits] [llvm/llvm-project] 17ccb8: [llvm] Extract and propagate callee_type metadata

Prabhu Rajasekaran via All-commits all-commits at lists.llvm.org
Wed Jul 30 14:57:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 17ccb849f349e246e7e7a02726ecb4210a26676f
      https://github.com/llvm/llvm-project/commit/17ccb849f349e246e7e7a02726ecb4210a26676f
  Author: Prabhu Rajasekaran <prabhukr at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
    A llvm/test/CodeGen/AArch64/calleetypeid-directcall-mismatched.ll
    A llvm/test/CodeGen/AArch64/callsite-emit-calleetypeid-tailcall.ll
    A llvm/test/CodeGen/AArch64/callsite-emit-calleetypeid.ll
    A llvm/test/CodeGen/ARM/calleetypeid-directcall-mismatched.ll
    A llvm/test/CodeGen/ARM/callsite-emit-calleetypeid-tailcall.ll
    A llvm/test/CodeGen/ARM/callsite-emit-calleetypeid.ll
    A llvm/test/CodeGen/MIR/X86/callsite-emit-calleetypeid.ll
    A llvm/test/CodeGen/Mips/calleetypeid-directcall-mismatched.ll
    A llvm/test/CodeGen/Mips/callsite-emit-calleetypeid-tailcall.ll
    A llvm/test/CodeGen/Mips/callsite-emit-calleetypeid.ll
    A llvm/test/CodeGen/RISCV/calleetypeid-directcall-mismatched.ll
    A llvm/test/CodeGen/RISCV/callsite-emit-calleetypeid-tailcall.ll
    A llvm/test/CodeGen/RISCV/callsite-emit-calleetypeid.ll
    A llvm/test/CodeGen/X86/calleetypeid-directcall-mismatched.ll
    A llvm/test/CodeGen/X86/callsite-emit-calleetypeid-tailcall.ll
    A llvm/test/CodeGen/X86/callsite-emit-calleetypeid.ll

  Log Message:
  -----------
  [llvm] Extract and propagate callee_type metadata

Update MachineFunction::CallSiteInfo to extract numeric CalleeTypeIds
from callee_type metadata attached to indirect call instructions.

Reviewers: nikic, ilovepi

Reviewed By: ilovepi

Pull Request: https://github.com/llvm/llvm-project/pull/87575



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