[committed][testsuite] Add scan-offload-rtl-dump

2018-12-19 Thread Tom de Vries
Hi, This patch adds scan-offload-rtl-dump, similar to scan-offload-tree-dump. Build and reg-tested on x86_64 with nvptx accelerator. Pre-approved here ( https://gcc.gnu.org/ml/gcc-patches/2018-05/msg01089.html ). Committed to trunk. Thanks, - Tom [testsuite] Add scan-offload-rtl-dump 2018

Re: [testsuite] Add scan-offload-rtl-dump

2018-05-21 Thread Jeff Law
On 05/03/2018 08:15 AM, Tom de Vries wrote: > Hi, > > I'm posting this patch for the record. > > I wrote it but haven't found a use for it yet. I find it easier to write > asm scans for nvptx than rtl ones. If you do find a use, then consider this pre-approved. jeff

[testsuite] Add scan-offload-rtl-dump

2018-05-03 Thread Tom de Vries
Hi, I'm posting this patch for the record. I wrote it but haven't found a use for it yet. I find it easier to write asm scans for nvptx than rtl ones. Thanks, - Tom [testsuite] Add scan-offload-rtl-dump 2018-03-28 Tom de Vries <t...@codesourcery.com> * lib/scanoffloadrtl.exp: Ne