Yes I know what you want to do but I think this is better to without adding a
new tree code.
You want to expand the following:
a = x < y
c = z ? a : b
Where a is only used in the assignment of a.
I think this is better to add target specific hook for doing expansions which
are complex and only
On 25 March 2013 12:05, Pinski, Andrew wrote:
>>* Investigate how to expand conditional compare GIMPLE to RTL and emit asm.
>
> I think maybe we should start adding target specific expanders. Then all you
> need to do is take that expander and when you get a COND_EXPR and then looks
> at TRE pr
>* Investigate how to expand conditional compare GIMPLE to RTL and emit asm.
I think maybe we should start adding target specific expanders. Then all you
need to do is take that expander and when you get a COND_EXPR and then looks at
TRE provided information which then can exapnd the conditiona
== Progress ==
- Looking at TLS relocs and coming up with test cases for garbage
collecting them.
- Patch for missedout testcases in gc section is up streamed. Thanks to Marcus.
== Plan ==
- Complete gc section test cases for TLS relocs.
- Understand and evaluate gprof support work for Aarch64
Mi
Summary:
* Send out shrink-wrap related patches for review.
* Investigate how to add a new tree code.
Details:
1. Fix lp:1157050 and lp:1107659 for Linaro toolchain binaries.
2. Test shrink-wrap dwarf/unwind info and send out the patches for review.
3. Make progress on conditional compare support.
== Progress ==
- Worked on VRP based zero/sign extension elimination at tree level
- Some regression test cases are failing; investigating them
== Plan ==
- Analyse the reason for test case failure and fix them
- Extend the code to handle all the possible cases (currently
implemented for subset