From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ad4:5551:: with SMTP id v17mr5008931qvy.65.1570049183834; Wed, 02 Oct 2019 13:46:23 -0700 (PDT) X-Received: by 2002:aca:50ca:: with SMTP id e193mr354oib.110.1570049183555; Wed, 02 Oct 2019 13:46:23 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!o24no217805qtl.0!news-out.google.com!q23ni404qtl.1!nntp.google.com!o24no217788qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 2 Oct 2019 13:46:23 -0700 (PDT) In-Reply-To: <547965ff-1dc4-4102-aa03-4abb93d523b9@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <869af4e9-08df-486d-8c87-9040c39a151f@googlegroups.com> <0407f247-46a2-4649-8974-c11d539c399e@googlegroups.com> <55a93d93-67a5-4cdb-a7e0-4c8117dc1278@googlegroups.com> <3facd621-48a1-4ffa-8af4-c1893dcebb42@googlegroups.com> <547965ff-1dc4-4102-aa03-4abb93d523b9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5cc4ad95-4fad-4725-9e18-5f6b58baa590@googlegroups.com> Subject: Re: Well, they kept that quiet! From: Lucretia Injection-Date: Wed, 02 Oct 2019 20:46:23 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:57235 Date: 2019-10-02T13:46:23-07:00 List-Id: On Wednesday, 2 October 2019 20:25:16 UTC+1, Optikos wrote: > > No idea what polly is >=20 > Polly is the quite admirable polyhedral optimizer phases, and is the most= -famous archetype representative of other IR-to-IR transforms in the LLVM e= cosystem. The LLVM ecosystem is well-known for having many more (and more = sophisticated) IR-processing/reprocessing stages via plug-ins immediately a= head of the final as & ld step than GCC has or is capable of. Because of t= he failure of GCC-XML vis a vis the contract-law IR complications of Eligib= le Compilation Process in GPLv3 RLE, GCC-world has had drastically fewer of= these IR-to-IR value-added transforms. Polly is the LLVM eqivalent to GCC's Graphite, which isn't used any longer,= AFAICS.