; "Assertion failure" should be caught with both XFAIL * and +Asserts. ; XFAIL: * ; REQUIRES: asserts ; RUN: llc -march=amdgcn -mcpu=verde -verify-machineinstrs < %s | FileCheck %s ; See also local-stack-slot-bug.ll ; This fails because a stack object is created during instruction selection. ; CHECK-LABEL: {{^}}main: define amdgpu_ps float @main(i32 %idx) { main_body: %v1 = extractelement <81 x float> , i32 %idx ret float %v1 }