1 ; RUN: llc < %s | FileCheck %s
3 ; Be sure that we ignore clobbers of unallocatable registers, rather than
6 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
7 target triple = "aarch64"
11 define void @foo() #0 {
13 call void asm sideeffect "", "~{v0}"()
14 call void asm sideeffect "", "~{s0}"()
18 attributes #0 = { nounwind "target-features"="-crypto,-fp-armv8,-neon" }