[all-commits] [llvm/llvm-project] c586d9: [GVN][NFC] Precommit intrinsic bug test case, see ...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Mon Jan 9 16:04:25 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c586d973105d80da0c4d8e8f27f3ee0792beac15
      https://github.com/llvm/llvm-project/commit/c586d973105d80da0c4d8e8f27f3ee0792beac15
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    A llvm/test/Transforms/GVN/intrinsics_in_cg.ll

  Log Message:
  -----------
  [GVN][NFC] Precommit intrinsic bug test case, see D141190


  Commit: 3071bdc327814bdbf6c52ddc652d2ec3946bad06
      https://github.com/llvm/llvm-project/commit/3071bdc327814bdbf6c52ddc652d2ec3946bad06
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M llvm/include/llvm/IR/Intrinsics.td

  Log Message:
  -----------
  [Intrinsics][FIX] Patchpoint intrinsics are not `nocallback`

Avoid the default attributes for these two special intrinsics.
Found as part of D141190.


  Commit: bdcbf6c85df411d63dbfd5caea2ddda0ce959de7
      https://github.com/llvm/llvm-project/commit/bdcbf6c85df411d63dbfd5caea2ddda0ce959de7
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp

  Log Message:
  -----------
  [OpenMP][FIX] Avoid using an Error object after a std::move.

The error was always a success even if the error case happened as the
std::move reseted the error object.


Compare: https://github.com/llvm/llvm-project/compare/2700d0d13ac2...bdcbf6c85df4


More information about the All-commits mailing list