search for: typedescriptor19

Displaying 2 results from an estimated 2 matches for "typedescriptor19".

2020 Jan 13
2
Incorrect code generation when using -fprofile-generate on code which contains exception handling (Windows target)
...successfully. The compiler problem is as follows: Prior to the Windows Exception Handling Preparation Pass, the IR for the function "test::run" contains the following: 19: ; preds = %17 %20 = catchpad within %18 [%rtti.TypeDescriptor19* @"??_R0?AVexception at std@@@8", i32 8, %"class.std::exception"** %6] %21 = load i64, i64* getelementptr inbounds ([3 x i64], [3 x i64]* @"__profc_?run at test@@QEAAXPEAVbase@@H at Z", i64 0, i64 2), align 8 %22 = add i64 %21, 1 store i64 %22, i64* g...
2020 Jan 14
2
Incorrect code generation when using -fprofile-generate on code which contains exception handling (Windows target)
...The compiler problem is as follows: Prior to the Windows Exception > Handling Preparation Pass, the IR for the function "test::run" contains the > following: > > 19: ; preds = %17 > %20 = catchpad within %18 [%rtti.TypeDescriptor19* > @"??_R0?AVexception at std@@@8", i32 8, %"class.std::exception"** %6] > %21 = load i64, i64* getelementptr inbounds ([3 x i64], [3 x i64]* > @"__profc_?run at test@@QEAAXPEAVbase@@H at Z", i64 0, i64 2), align 8 > %22 = add i64 %21, 1 >...