[all-commits] [llvm/llvm-project] 178216: [X86] Fix a warning

Kazu Hirata via All-commits all-commits at lists.llvm.org
Mon Jan 27 10:02:47 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1782168c527bbb9756c96a95f82397b5952d32b4
      https://github.com/llvm/llvm-project/commit/1782168c527bbb9756c96a95f82397b5952d32b4
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-01-27 (Mon, 27 Jan 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp

  Log Message:
  -----------
  [X86] Fix a warning

This patch fixes:

  llvm/lib/Target/X86/X86TargetTransformInfo.cpp:1583:47: error:
  comparison of integers of different signs: 'size_t' (aka 'unsigned
  long') and 'typename iterator_traits<const int *>::difference_type'
  (aka 'long') [-Werror,-Wsign-compare]



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