[all-commits] [llvm/llvm-project] afb350: LoopDeletion: Fix missing newlines in debug printing

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Nov 22 08:12:13 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: afb3509113f088d84c26399a3f72204f23119d5b
      https://github.com/llvm/llvm-project/commit/afb3509113f088d84c26399a3f72204f23119d5b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-22 (Tue, 22 Nov 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopDeletion.cpp

  Log Message:
  -----------
  LoopDeletion: Fix missing newlines in debug printing


  Commit: 2edafe8393fa7c9ad2e95d691191469adb7bf4b0
      https://github.com/llvm/llvm-project/commit/2edafe8393fa7c9ad2e95d691191469adb7bf4b0
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-22 (Tue, 22 Nov 2022)

  Changed paths:
    A clang/test/Headers/__clang_hip_math.hip
    A clang/test/Headers/__clang_hip_math_ocml_rounded_ops.hip

  Log Message:
  -----------
  clang/HIP: Add new header test for math IR gen

The current header testing is pretty thin. This is in
preparation for a series of patches to replace many
builtin implementations.

I did try to stress everything in this header, but skipped
a few things. Mostly I didn't understand why we have
various language version checks which skip defining some
things. It doesn't seem right to have any of these if guards
on __cplusplus,  __HIPCC_RTC__, and __OPENMP_AMDGCN__.


Compare: https://github.com/llvm/llvm-project/compare/84dd12b29064...2edafe8393fa


More information about the All-commits mailing list