search for: pr3232

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

Did you mean: pr123
2009 Jan 05
0
[LLVMdev] [llvm-commits] [llvm-gcc-4.2] r61493 - in /llvm-gcc-4.2/trunk/gcc: ipa-inline.c passes.c
...30 07:15:15 2008 > New Revision: 61493 > > URL: http://llvm.org/viewvc/llvm-project?rev=61493&view=rev > Log: > Now that LLVM handles always_inline itself, run > gcc's early inliner rather than the full inliner. > This does a lot less inlining, and partially > fixes PR3232. On the other hand, this may cause > regressions with webkit and friends (PR2353), > but there's only one way to find out! This causes a regression of approximately 10% when cpp is built with llvm-gcc. I'm not sure what the criteria for putting this in should be; maybe we shoul...
2009 Jan 09
2
[LLVMdev] RFC: Store alignment should be LValue alignment, not source alignment
Hi all, Please review this patch. It's fixing PR3232 comment #8. Function bar from 2008-03-24-BitFiled-And-Alloca.c compiles to: %struct.Key = type { { i32, i32 } } ... define i32 @bar(i64 %key_token2) nounwind { entry: %key_token2_addr = alloca i64 ; <i64*> [#uses=2] %retval = alloca i32 ; &lt...