On 09/21/15 16:30, Cesar Philippidis wrote:
On 09/21/2015 09:30 AM, Nathan Sidwell wrote:
+const pass_data pass_data_oacc_transform =
+{
+ GIMPLE_PASS, /* type */
+ "fold_oacc_transform", /* name */
Want to rename the tree dump file to oacc_xforms like I'm did in the
attached patch? Regardless, I think we need to document this flag in
invoke.texi.
Thanks for noticing the missing doc. I'm not attached to any particular name.
'fold_oacc_transform' is rather generic, and a bit of a mouthful. Perhaps
'oacclower', 'oaccdevlower' or something (I see there's 'lateomplower' for
guidance)
nathan