[all-commits] [llvm/llvm-project] 1b01f0: [NVPTX] Make GlobalUniqueCallSite a member of NVPT...

Alex MacLean via All-commits all-commits at lists.llvm.org
Fri Mar 7 12:33:00 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b01f058f4d013f5cdea7b926b7aa4bcfc81cfac
      https://github.com/llvm/llvm-project/commit/1b01f058f4d013f5cdea7b926b7aa4bcfc81cfac
  Author: Alex MacLean <amaclean at nvidia.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.h

  Log Message:
  -----------
  [NVPTX] Make GlobalUniqueCallSite a member of NVPTXISelLowering (#130212)

This change moves GlobalUniqueCallSite into NVPTXISelLowering. In
processes where multiple compilations occur, this makes call site
enumeration local to individual compilation, which ensures that call
site numbers are consistently sequential within each compilation and is
independent of other compilations happening in parallel.



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