================ @@ -0,0 +1,19 @@ +// RUN: %clang_cc1 -S -mllvm -stop-after=systemz-isel -stack-protector 1 -triple=s390x-ibm-linux < %s -o - | FileCheck -check-prefix=CHECK-DAGCOMBINE %s ---------------- uweigand wrote:
We generally avoid combined clang+LLVM tests. The tests under clang should verify the proper IR is emitted, and anything related to DAG or assembler emission should be tested under LLVM. https://github.com/llvm/llvm-project/pull/169317 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
