[llvm-commits] [llvm] r159617 - /llvm/trunk/test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
Eric Christopher
echristo at apple.com
Mon Jul 2 16:26:02 PDT 2012
Heh. I'd just reverted the earlier commit so you'll need to reapply.
Sorry about that :)
-eric
On Jul 2, 2012, at 4:21 PM, Jack Carter <jcarter at mips.com> wrote:
> Author: jacksprat
> Date: Mon Jul 2 18:21:22 2012
> New Revision: 159617
>
> URL: http://llvm.org/viewvc/llvm-project?rev=159617&view=rev
> Log:
> deleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
>
> Removed:
> llvm/trunk/test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
>
> Removed: llvm/trunk/test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll?rev=159616&view=auto
> ==============================================================================
> --- llvm/trunk/test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll (original)
> +++ llvm/trunk/test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll (removed)
> @@ -1,17 +0,0 @@
> -;
> -; Register constraint "r" shouldn't take long long unless
> -; The target is 64 bit.
> -;
> -; RUN: not llc -march=mipsel < %s 2> %t
> -; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
> -
> -define i32 @main() nounwind {
> -entry:
> -
> -; r with long long
> -;CHECK-ERRORS: error: couldn't allocate output register for constraint 'r'
> -
> - tail call i64 asm sideeffect "addi $0,$1,$2", "=r,r,i"(i64 7, i64 3) nounwind
> - ret i32 0
> -}
> -
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list