diff options
| author | Matthias Braun <matze@braunis.de> | 2015-06-26 00:26:49 +0000 |
|---|---|---|
| committer | Matthias Braun <matze@braunis.de> | 2015-06-26 00:26:49 +0000 |
| commit | 7c6d6491dd21893d0819ebdcb7b3b5d495c2f7c0 (patch) | |
| tree | 3951814d28b0c88809c8e12fdf3a6eb2adb91558 /llvm/test/CodeGen/X86 | |
| parent | f3518215f75fdcbf7a8e844fc09dce4d3a3b4e48 (diff) | |
| download | bcm5719-llvm-7c6d6491dd21893d0819ebdcb7b3b5d495c2f7c0.tar.gz bcm5719-llvm-7c6d6491dd21893d0819ebdcb7b3b5d495c2f7c0.zip | |
Revert "X86: Reject register operands with obvious type mismatches."
Revert until http://llvm.org/PR23955 is investigated.
This reverts commit r239309.
llvm-svn: 240746
Diffstat (limited to 'llvm/test/CodeGen/X86')
| -rw-r--r-- | llvm/test/CodeGen/X86/asm-reject-reg-type-mismatch.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/X86/asm-reject-reg-type-mismatch.ll b/llvm/test/CodeGen/X86/asm-reject-reg-type-mismatch.ll deleted file mode 100644 index 016e2d261ee..00000000000 --- a/llvm/test/CodeGen/X86/asm-reject-reg-type-mismatch.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: not llc -no-integrated-as %s -o - 2> %t1 -; RUN: FileCheck %s < %t1 -target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64--" - -; CHECK: error: couldn't allocate output register for constraint '{ax}' -define i128 @blup() { - %v = tail call i128 asm "", "={ax},0,~{dirflag},~{fpsr},~{flags}"(i128 0) - ret i128 %v -} |

