[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / pr50907.ll
blobc6af54d5ab8b4498082bdffc3c2b04a44a239627
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: not llc -o /dev/null %s 2>&1 | FileCheck %s
3 target triple = "x86_64-unknown-linux-gnu"
5 ; CHECK: error: couldn't allocate input reg for constraint 'r'
6 define i32 @f2() #0 {
7 entry:
8   %retval = alloca i32, align 4
9   %d = alloca <8 x i16>, align 16
10   %0 = load <8 x i16>, ptr %d, align 16
11   call void asm sideeffect "", "r,~{dirflag},~{fpsr},~{flags}"(<8 x i16> %0)
12   %1 = load i32, ptr %retval, align 4
13   ret i32 %1