[all-commits] [llvm/llvm-project] 51d5fd: Fix MSVC "signed/unsigned mismatch" warning. NFC.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Nov 24 06:09:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51d5fd432123a7c25aeb0e0e26b413e713b60770
      https://github.com/llvm/llvm-project/commit/51d5fd432123a7c25aeb0e0e26b413e713b60770
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-11-24 (Thu, 24 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AVR/AVRISelLowering.cpp

  Log Message:
  -----------
  Fix MSVC "signed/unsigned mismatch" warning. NFC.


  Commit: 25ea6fa484bffd567b0cac681edbcbb983dbe563
      https://github.com/llvm/llvm-project/commit/25ea6fa484bffd567b0cac681edbcbb983dbe563
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-11-24 (Thu, 24 Nov 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ScheduleZnver2.td

  Log Message:
  -----------
  [X86] Replace InstRW instregex single matches with instrs entries

This reduces diffs between znver1/znver2 and should marginally speed up tlbgen build time (Issue #35303)

Found by adding a temp check inside InstRegexOp::apply inside single matches


Compare: https://github.com/llvm/llvm-project/compare/73dba0e3bdc6...25ea6fa484bf


More information about the All-commits mailing list