[all-commits] [llvm/llvm-project] 55ac33: Revert "Revert "[Clang] Generate test checks (NFC)""

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Fri Nov 10 17:30:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55ac33235db3635a797f98f4539d665bfacf92df
      https://github.com/llvm/llvm-project/commit/55ac33235db3635a797f98f4539d665bfacf92df
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M clang/test/Analysis/builtin_signbit.cpp

  Log Message:
  -----------
  Revert "Revert "[Clang] Generate test checks (NFC)""

This reverts commit 3bb7ecc5a515d2ddd2708257096e14e3fe3b839d.

The revert breaks AMDGPU backend tests (which I didn't have enabled
locally), and I don't want to risk more breakages before the weekend, so
just restore things as they were.


  Commit: c5dd1bbcc37e8811e7c6050159014d084eac6438
      https://github.com/llvm/llvm-project/commit/c5dd1bbcc37e8811e7c6050159014d084eac6438
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M clang/test/Analysis/builtin_signbit.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/test/CodeGen/AArch64/stack-tagging-initializer-merge.ll

  Log Message:
  -----------
  Revert "Revert "[IR] Mark lshr and ashr constant expressions as undesirable""

This reverts commit 8ee07a4be7f7d8654ecf25e7ce0a680975649544.

The revert is breaking AMDGPU backend tests (which I didn't have
enabled), and I don't want to risk breakages over the weekend, so just
revert for now.


  Commit: bdd396f353582b50d0a9af5e5e809aeacc2848bf
      https://github.com/llvm/llvm-project/commit/bdd396f353582b50d0a9af5e5e809aeacc2848bf
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M clang/test/Analysis/builtin_signbit.cpp

  Log Message:
  -----------
  [Analysis] Make test require asserts

This is a hacky fix to get the bots green, because just reverting the
original commit causes more failures. This should be replaced with a
proper fix by the author.


Compare: https://github.com/llvm/llvm-project/compare/3bb7ecc5a515...bdd396f35358


More information about the All-commits mailing list