Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/2008-09-18-inline-asm-2.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line diff
--- a/test/CodeGen/X86/2008-09-18-inline-asm-2.ll Fri Nov 25 19:14:25 2016 +0900 +++ b/test/CodeGen/X86/2008-09-18-inline-asm-2.ll Fri Oct 27 17:07:41 2017 +0900 @@ -1,6 +1,6 @@ -; RUN: llc < %s -march=x86 -regalloc=fast -optimize-regalloc=0 -no-integrated-as | FileCheck %s -; RUN: llc < %s -march=x86 -regalloc=basic -no-integrated-as | FileCheck %s -; RUN: llc < %s -march=x86 -regalloc=greedy -no-integrated-as | FileCheck %s +; RUN: llc < %s -regalloc=fast -optimize-regalloc=0 -no-integrated-as | FileCheck %s +; RUN: llc < %s -regalloc=basic -no-integrated-as | FileCheck %s +; RUN: llc < %s -regalloc=greedy -no-integrated-as | FileCheck %s ; The 1st, 2nd, 3rd and 5th registers must all be different. The registers ; referenced in the 4th and 6th operands must not be the same as the 1st or 5th