1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -O0 -march=nvptx -mcpu=sm_20 -asm-verbose=1 | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker; CHECK: // implicit-def: %f[[F0:[0-9]+]] 4*9880d681SAndroid Build Coastguard Worker; CHECK: add.rn.f32 %f{{[0-9]+}}, %f{{[0-9]+}}, %f[[F0]]; 5*9880d681SAndroid Build Coastguard Workerdefine float @foo(float %a) { 6*9880d681SAndroid Build Coastguard Worker %ret = fadd float %a, undef 7*9880d681SAndroid Build Coastguard Worker ret float %ret 8*9880d681SAndroid Build Coastguard Worker} 9*9880d681SAndroid Build Coastguard Worker 10