[llvm-commits] [llvm] r48730 - /llvm/trunk/test/CFrontend/2008-03-24-BitFiel-And-Alloca.c
Chris Lattner
clattner at apple.com
Mon Mar 24 14:04:34 PDT 2008
>> Are you testing the front-end here or the optimizer? If you're
>> testing the front-end, don't pass -O2. If you're testing the
>> optimizer, write this as a .ll file, not a .c file.
>
> I am testing FE and optimizer both here. One regression FE lowering
> caused optimizer to not eliminate unnecessary alloca instructions.
I haven't seen all the patches yet, is the fix in the f.e. or the
optimizer?
-Chris
More information about the llvm-commits
mailing list