[all-commits] [llvm/llvm-project] 8422cc: Use literal 0x7fffffff instead of macro INT_MAX

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed May 28 08:00:31 PDT 2025


  Branch: refs/heads/users/kparzysz/spr/t08-versioned-spellings
  Home:   https://github.com/llvm/llvm-project
  Commit: 8422cce8867256ee038e0add9427daceb2bcc56e
      https://github.com/llvm/llvm-project/commit/8422cce8867256ee038e0add9427daceb2bcc56e
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-05-28 (Wed, 28 May 2025)

  Changed paths:
    M llvm/include/llvm/TableGen/DirectiveEmitter.h

  Log Message:
  -----------
  Use literal 0x7fffffff instead of macro INT_MAX

The macro can expand to different strings depending on the compiler,
i.e. 0x7fffffff or 2147483647.


  Commit: 75de36c03844c03bd4c6a88233d73ac985da7bb5
      https://github.com/llvm/llvm-project/commit/75de36c03844c03bd4c6a88233d73ac985da7bb5
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-05-28 (Wed, 28 May 2025)

  Changed paths:

  Log Message:
  -----------
  Merge branch 'users/kparzysz/spr/t07-alias-spellings' into users/kparzysz/spr/t08-versioned-spellings


Compare: https://github.com/llvm/llvm-project/compare/cb215ae547aa...75de36c03844

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