[all-commits] [llvm/llvm-project] 888228: AMDGPU: Use early continue to reduce indentation

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Dec 22 09:39:13 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 888228f2b04580d9b0dddb1b0e3a07d7b8aa8312
      https://github.com/llvm/llvm-project/commit/888228f2b04580d9b0dddb1b0e3a07d7b8aa8312
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp

  Log Message:
  -----------
  AMDGPU: Use early continue to reduce indentation


  Commit: 5da812461a533b3eaed9af513bc3efff53910ada
      https://github.com/llvm/llvm-project/commit/5da812461a533b3eaed9af513bc3efff53910ada
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/opencl-printf.ll

  Log Message:
  -----------
  AMDGPU: Update constant address spaces used in printf test

This was never updated for the address space number shuffle.


  Commit: eb93b8774e2cfc5172f0727db8a50427adcb69d7
      https://github.com/llvm/llvm-project/commit/eb93b8774e2cfc5172f0727db8a50427adcb69d7
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    M llvm/include/llvm/Support/Program.h
    M llvm/lib/Support/Unix/Program.inc
    M llvm/lib/Support/Windows/Program.inc
    M llvm/unittests/Support/ProgramTest.cpp

  Log Message:
  -----------
  Support: Add polling option to sys::Wait

Currently the process is terminated after the timeout. Add an option
to let the process resume after the timeout instead.

https://reviews.llvm.org/D138952


Compare: https://github.com/llvm/llvm-project/compare/d9f645fe5081...eb93b8774e2c


More information about the All-commits mailing list