[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / X86 / inline-asm-bad-modifier.ll
blob9f6e84f2f89c6d6ecb19c24f05439501bc859708
1 ; RUN: not llc -mtriple=x86_64-- < %s 2>&1 | FileCheck %s
3 ;CHECK: error: invalid operand in inline asm: 'vmovd ${1:k}, $0'
4 define i32 @foo() {
5 entry:
6   %0 = tail call i32 asm sideeffect "vmovd ${1:k}, $0", "=r,x,~{dirflag},~{fpsr},~{flags}"(<2 x i64> <i64 240518168632, i64 240518168632>)
7   ret i32 %0