[all-commits] [llvm/llvm-project] 37acbb: [BPF] Use ".L" local prefix label for basic blocks...

Alexis Engelke via All-commits all-commits at lists.llvm.org
Sun Mar 15 11:28:21 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37acbb5b477e6a66df841f43db78342a20a994aa
      https://github.com/llvm/llvm-project/commit/37acbb5b477e6a66df841f43db78342a20a994aa
  Author: Alexis Engelke <engelke at in.tum.de>
  Date:   2026-03-15 (Sun, 15 Mar 2026)

  Changed paths:
    M llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
    M llvm/test/CodeGen/BPF/cttz-ctlz.ll
    M llvm/test/CodeGen/BPF/gotol.ll
    M llvm/test/CodeGen/BPF/jump_table_blockaddr.ll
    M llvm/test/CodeGen/BPF/jump_table_global_var.ll
    M llvm/test/CodeGen/BPF/jump_table_switch_stmt.ll
    M llvm/test/CodeGen/BPF/remove_truncate_9.ll
    M llvm/test/CodeGen/BPF/sanity.ll

  Log Message:
  -----------
  [BPF] Use ".L" local prefix label for basic blocks (#95103)

Previously, PrivateLabelPrefix was default-initialized to "L", so basic
block labels were added to the symbol table. This seems like an
oversight, so use ".L" for all private labels.



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