On Mon, Jul 13, 2015 at 12:17 AM, Prathamesh Kulkarni
wrote:
> - for -O2 temps introduced by peephole2 due to define_peephole2
> pattern in thumb2.md:1540
> http://pastebin.com/3rEF8Te4
> So this intentionally transforms rtx from
> zeroextractsi_compare0_scratch to rtx from shiftsi3_compare0_scrat
Hospital and physio (2/10)
== Progress ==
o Upstream GCC (2/10)
* More work on ongoing patches
o Linaro GCC release (3/10)
* Reviewed patches for tcwg-release script
* Looked at validation issues and redo backports for 5.1
o Misc (3/10)
* Various meetings
* Upstream libunwind sup
== This Week ==
* TCWG-777 (4/10)
- Resolved ICE caused by pass during gcc build but hit another ICE:
http://pastebin.com/RUAY6scB
- Current pass state: http://pastebin.com/AGXnSkrZ
- For test-case:
void f(int flags)
{
void foo(void);
if (flags & 1)
foo();
}
- temporaries don't exist for -