This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: PATCH: Add reg_mentioned_by_mem_p and reg_dep_by_addr_p


Joey Ye wrote:
> This function maybe used in two places: one in instruction splite,
> another in instruction scheduling. I'm not sure if DF is available at
> both places. Also, this function only need to check if two given insns
> has memory dependence relation. Do you think the way 
> reg_dep_by_addr_p currently use will make any mistake?
Please ignore previous comments. reg_dep_by_addr_p should have
been obsleted. It has been replaced by ix86_agi_dependent.

I'll send a patch later removing reg_dep_by_addr_p and addressing
Steven's comments.

Thanks - Joey


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]