[all-commits] [llvm/llvm-project] 4b1702: AMDGPU: Fix counting source modifiers as literal c...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Aug 7 15:40:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b1702e87a2687569b197aea4721353f8b788182
      https://github.com/llvm/llvm-project/commit/4b1702e87a2687569b197aea4721353f8b788182
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    A llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
    M llvm/test/CodeGen/AMDGPU/idiv-licm.ll

  Log Message:
  -----------
  AMDGPU: Fix counting source modifiers as literal constants

This fixes over estimating code size. This was broken by
79f52af4cd9a76485dd50bcdbb5d393eb7a70103.

https://reviews.llvm.org/D157103


  Commit: 0b57c3a7b8dc7407174a5ef5644e493493c8a8ce
      https://github.com/llvm/llvm-project/commit/0b57c3a7b8dc7407174a5ef5644e493493c8a8ce
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/lib/Support/APFloat.cpp
    M llvm/unittests/ADT/APFloatTest.cpp

  Log Message:
  -----------
  APFloat: Add getExactLog2

https://reviews.llvm.org/D157108


Compare: https://github.com/llvm/llvm-project/compare/df3800f0f3c5...0b57c3a7b8dc


More information about the All-commits mailing list