[all-commits] [llvm/llvm-project] 8fa839: [Attributor][NFC] Improve debug messages

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Sun Mar 6 18:00:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8fa839aa581b23ee5e81ffdc1fce921bcec69c7f
      https://github.com/llvm/llvm-project/commit/8fa839aa581b23ee5e81ffdc1fce921bcec69c7f
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-03-06 (Sun, 06 Mar 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [Attributor][NFC] Improve debug messages


  Commit: efedf70aa5cdb268f7d41fdd6e9fc291b3f32f0e
      https://github.com/llvm/llvm-project/commit/efedf70aa5cdb268f7d41fdd6e9fc291b3f32f0e
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-03-06 (Sun, 06 Mar 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Transforms/IPO/Attributor.cpp

  Log Message:
  -----------
  [Attributor][NFC] Expose helper with more generic interface

This simply makes the function argument of the
`Attributor::checkForAllInstructions` helper explicit so one can iterate
over instructions in other functions.


  Commit: 6158f4a466d9293bc96d29e451d4552d70d21560
      https://github.com/llvm/llvm-project/commit/6158f4a466d9293bc96d29e451d4552d70d21560
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-03-06 (Sun, 06 Mar 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [Attributor][NFCI] No repeated manifest of AAValueSimplifyReturned (CGSCC)


  Commit: ff50e81b500800708db927cbccca2ab52ec11884
      https://github.com/llvm/llvm-project/commit/ff50e81b500800708db927cbccca2ab52ec11884
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-03-06 (Sun, 06 Mar 2022)

  Changed paths:
    M openmp/libomptarget/include/device.h
    M openmp/libomptarget/src/device.cpp
    M openmp/libomptarget/src/omptarget.cpp

  Log Message:
  -----------
  [OpenMP][NFCI] Use RAII lock guards in libomptarget where possible

Differential Revision: https://reviews.llvm.org/D121060


Compare: https://github.com/llvm/llvm-project/compare/87ec6f41bba6...ff50e81b5008


More information about the All-commits mailing list