On Thu, Aug 19, 2010 at 4:55 PM, Fang, Changpeng <changpeng.f...@amd.com> wrote: > My questions are: > > (1) Can we generate address expression for COMPONENT_REF and contains > VIEW_CONVERT > expression (is it legal to do so)?
No you should not generate addresses for VCEs that contain a SSA_NAME. I think you should check if get_base_address is a is_gimple_addressable inside gather_memory_references_ref. Thanks, Andrew Pinski