[all-commits] [llvm/llvm-project] e28153: Fix warning: comparison of integer expressions of ...

Pengfei Wang via All-commits all-commits at lists.llvm.org
Fri May 21 03:24:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e2815398ce0c81cb59df0269d4e02ffbe44b0d9e
      https://github.com/llvm/llvm-project/commit/e2815398ce0c81cb59df0269d4e02ffbe44b0d9e
  Author: Luke Benes <lukebenes at hotmail.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

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

  Log Message:
  -----------
  Fix warning: comparison of integer expressions of different signedness.  NFC

This patch resolves the Wsign-compare warning that I observed on armv7l and x86 with both gcc and clang.

Reviewed By: pengfei

Differential Revision: https://reviews.llvm.org/D102792




More information about the All-commits mailing list