[PATCH] D74352: [SystemZ] Bugfix in emitSelect()

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 10:44:28 PDT 2020


jonpa added a comment.

In D74352#1921430 <https://reviews.llvm.org/D74352#1921430>, @fhahn wrote:

> It seems like the test added in this patch fails with expensive checks enabled: http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/15376/testReport/junit/LLVM/CodeGen_SystemZ/multiselect_02_mir/
>
> It would be great if you could take a look.


This test has been running fine for a while with expensive checks enables, so I don't quite understand why this is failing on that particular build...

I tried to use the same cmake options as the Jenkins job did:

cmake -G Ninja -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;compiler-rt;libcxx" -DLLVM_ENABLE_LTO=Off -DLLVM_BUILD_EXAMPLES=On -DCMAKE_MACOSX_RPATH=On -DCMAKE_BUILD_TYPE=Release -DLLVM_BUILD_EXTERNAL_COMPILER_RT=On -DLLVM_ENABLE_EXPENSIVE_CHECKS=ON -DLIBCXX_ENABLE_SHARED=OFF -DLIBCXX_ENABLE_STATIC=OFF -DLIBCXX_INCLUDE_TESTS=OFF -DLLVM_ENABLE_ASSERTIONS=On  $LLVM_SRC/llvm

All tests are passing, on 7b74b0d <https://reviews.llvm.org/rG7b74b0d4e54239de928b42b334446b39faf05144> (March 13).

I see in the Jenkins log "Checking out Revision 7eeee2a196c01bd43fa468339d39251faac1a88e <https://reviews.llvm.org/rZORG7eeee2a196c01bd43fa468339d39251faac1a88e> (refs/remotes/origin/master)", but that is not a commit in my repo...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74352/new/

https://reviews.llvm.org/D74352





More information about the llvm-commits mailing list