[all-commits] [llvm/llvm-project] 398049: Search for @_thisIsNotAPipe vs _thisIsNotAPipe (#1...

Sean Perry via All-commits all-commits at lists.llvm.org
Wed Apr 29 06:48:12 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 398049f309e0f8cd42e9b35b7518381a966132d2
      https://github.com/llvm/llvm-project/commit/398049f309e0f8cd42e9b35b7518381a966132d2
  Author: Sean Perry <perry at ca.ibm.com>
  Date:   2026-04-29 (Wed, 29 Apr 2026)

  Changed paths:
    M clang/test/CodeGen/2008-07-31-asm-labels.c

  Log Message:
  -----------
  Search for @_thisIsNotAPipe vs _thisIsNotAPipe (#192132)

z/OS has a table of mapped names in the IR. Counting the hits for just
the name leads to one more hit than expected. Search for the name with
the @ char to make sure the right occurrences are being counted.



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