Re: [PATCH PR85720/partial]Support runtime loop versioning if loop can be distributed into builtin functions

2018-05-23 Thread Richard Biener
On Tue, May 22, 2018 at 6:38 PM Bin Cheng wrote: > Hi, > This patch partially improves loop distribution for PR85720. It now supports runtime > loop versioning if the loop can be distributed into builtin functions. Note for this > moment only coarse-grain runtime alias is checked, while differen

[PATCH PR85720/partial]Support runtime loop versioning if loop can be distributed into builtin functions

2018-05-22 Thread Bin Cheng
Hi, This patch partially improves loop distribution for PR85720. It now supports runtime loop versioning if the loop can be distributed into builtin functions. Note for this moment only coarse-grain runtime alias is checked, while different overlapping cases for different dependence relations