[all-commits] [llvm/llvm-project] 8ee07a: Revert "[IR] Mark lshr and ashr constant expressio...

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Fri Nov 10 18:08:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ee07a4be7f7d8654ecf25e7ce0a680975649544
      https://github.com/llvm/llvm-project/commit/8ee07a4be7f7d8654ecf25e7ce0a680975649544
  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 "[IR] Mark lshr and ashr constant expressions as undesirable"

This reverts commit 82f68a992b9f89036042d57a5f6345cb2925b2c1.

cd7ba9f3d090afb5d3b15b0dcf379d15d1e11e33 needs to be reverted to fix
test failures on builds without assertions, and this one needs to be
reverted first for that.


  Commit: 3bb7ecc5a515d2ddd2708257096e14e3fe3b839d
      https://github.com/llvm/llvm-project/commit/3bb7ecc5a515d2ddd2708257096e14e3fe3b839d
  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 "[Clang] Generate test checks (NFC)"

This reverts commit cd7ba9f3d090afb5d3b15b0dcf379d15d1e11e33.

This is causing test failures on builds without assertions:

/data/users/smeenai/llvm-project/clang/test/Analysis/builtin_signbit.cpp:14:21: error: CHECK-BE32-NEXT: expected string not found in input
// CHECK-BE32-NEXT: entry:
                    ^

Bots are also failing, e.g. https://lab.llvm.org/buildbot/#/builders/67/builds/13266/steps/7/logs/stdio


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


More information about the All-commits mailing list