[all-commits] [llvm/llvm-project] 89b180: AMDGPU: Fix missing c++ mode comment

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jun 1 18:15:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89b1808a2f45c81d8604b5b2573535be548cdf4a
      https://github.com/llvm/llvm-project/commit/89b1808a2f45c81d8604b5b2573535be548cdf4a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h

  Log Message:
  -----------
  AMDGPU: Fix missing c++ mode comment


  Commit: 09a539e926c016f947383be4b0bb18e4a5aa94d6
      https://github.com/llvm/llvm-project/commit/09a539e926c016f947383be4b0bb18e4a5aa94d6
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst

  Log Message:
  -----------
  AMDGPU: Add release notes about atomic load and store


  Commit: 4cb722acbccd161bdcde49102bc9645587b808ae
      https://github.com/llvm/llvm-project/commit/4cb722acbccd161bdcde49102bc9645587b808ae
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
    M llvm/lib/CodeGen/BranchFolding.cpp
    A llvm/test/CodeGen/AMDGPU/branch-folder-requires-no-phis.mir

  Log Message:
  -----------
  BranchFolder: Require NoPHIs

The pass doesn't handle SSA and breaks any phis.


Compare: https://github.com/llvm/llvm-project/compare/850d53a197f9...4cb722acbccd


More information about the All-commits mailing list