From 5faa6225ad738883f76e94feb9414c911b31a0f6 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Thu, 31 Jul 2014 00:10:27 +0000 Subject: verify-uselistorder: Add RUN lines to cases in test/Assembly Add RUN line for `verify-uselistorder` to every test in `test/Assembly`, unless it's a negative check (assembler rejects it) or verification fails. There are three files that verification fails on (so I've left out the RUN lines): - 2002-08-22-DominanceProblem.ll - ConstantExprFold.ll - ConstantExprFoldCast.ll This is part of PR5680. llvm-svn: 214365 --- llvm/test/Assembler/half-conv.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/Assembler/half-conv.ll') diff --git a/llvm/test/Assembler/half-conv.ll b/llvm/test/Assembler/half-conv.ll index 70a6b86c393..95c1365ffe7 100644 --- a/llvm/test/Assembler/half-conv.ll +++ b/llvm/test/Assembler/half-conv.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -O3 -S | FileCheck %s +; RUN: verify-uselistorder %s -preserve-bc-use-list-order -num-shuffles=5 ; Testing half to float conversion. define float @abc() nounwind { -- cgit v1.2.3