Displaying 2 results from an estimated 2 matches for "testfcn".
2014 Nov 26
2
[LLVMdev] crash with large structure values on the stack
Hello,
This example input crashes if you run it through llc on x86.
[begin example]
; ModuleID = 'test'
%struct_2 = type { [90000 x %struct_1] }
%struct_1 = type { i8 }
define void @testFcn(%struct_2 %in1) {
testFcn_entry:
%in1_ = alloca %struct_2
store %struct_2 %in1, %struct_2* %in1_, align 8
%localStruct_ = alloca %struct_2
store %struct_2 %in1, %struct_2* %localStruct_, align 8
br label %exit
exit: ; preds = %testFcn_entry
r...
2015 Aug 05
2
[BUG] Incorrect ASCII escape characters on Mac
On Wed, 2015-08-05 at 10:02 -0400, Ramkumar Ramachandra wrote:
>
> - at 5 = internal global [10 x i8] c"\22\D0\12\F4!\00\15\F9\EC\E1"
> - at 6 = internal global [10 x i8] c"\D0\19\FB+\FD\F8#\03\E2\11"
> + at 5 = internal global [10 x i8] c"\22Ð\12ô!\00\15ùìá"
> + at 6 = internal global [10 x i8] c"Ð\19û+ýø#\03â\11"
>
> The diff