http://llvm.org/bugs/show_bug.cgi?id=10565
Matt Pharr <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from Matt Pharr <[email protected]> 2011-10-11 11:37:38 CDT --- With top-of-tree, I'm still seeing that assertion hit with the test case from 11106: define void @"f_v___REFUf[]"() nounwind { allocas: %a156286 = alloca [4 x <4 x float>], align 16 br i1 undef, label %cif_done, label %for_test158.preheader for_test158.preheader: ; preds = %allocas %a156286305 = bitcast [4 x <4 x float>]* %a156286 to i8* call void @llvm.memset.p0i8.i64(i8* %a156286305, i8 -1, i64 64, i32 16, i1 false) unreachable cif_done: ; preds = %allocas ret void } declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
