[PATCH] D20852: [AMDGPU] Remove exit-on-error in test (PR27761)

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 10:33:53 PDT 2016


rovka added inline comments.

================
Comment at: test/CodeGen/AMDGPU/private-memory-broken.ll:1
@@ -1,2 +1,2 @@
-; RUN: not llc -verify-machineinstrs -march=amdgcn -mcpu=SI -exit-on-error %s -o /dev/null 2>&1 | FileCheck %s
-; RUN: not llc -verify-machineinstrs -march=amdgcn -mcpu=tonga -exit-on-error %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: not llc -verify-machineinstrs -march=amdgcn -mcpu=SI %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: not llc -verify-machineinstrs -march=amdgcn -mcpu=tonga %s -o /dev/null 2>&1 | FileCheck %s
----------------
arsenm wrote:
> Can you remove the -mcpu=SI? I've been removing them from tests as they get touched
Will do, thanks.


http://reviews.llvm.org/D20852





More information about the llvm-commits mailing list