[PATCH, PR46032] Handle BUILT_IN_GOMP_PARALLEL in ipa-pta
Tom de Vries
Tom_deVries@mentor.com
Mon Nov 30 09:00:00 GMT 2015
Hi,
this patch fixes PR46032.
It handles a call:
...
__builtin_GOMP_parallel (fn, data, num_threads, flags)
...
as:
...
fn (data)
...
in ipa-pta.
This improves ipa-pta alias analysis in the parallelized function fn,
and allows vectorization in the testcase without a runtime alias test.
Bootstrapped and reg-tested on x86_64.
OK for stage3 trunk?
Thanks,
- Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Handle-BUILT_IN_GOMP_PARALLEL-in-pta.patch
Type: text/x-patch
Size: 6855 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20151130/a09b2427/attachment.bin>
More information about the Gcc-patches
mailing list