[llvm-dev] List of optimizers
John Criswell via llvm-dev
llvm-dev at lists.llvm.org
Tue Jul 5 09:19:28 PDT 2016
On 7/5/16 11:17 AM, Lorenzo Laneve wrote:
> Thanks but is there the list of their classes I can use in a llvm::PassManager ?
I do not know of such a list, but all the passes have names that are
similar to the names in that document, so finding the right pass
shouldn't be too difficult.
Most (if not all) of the passes are in lib/Analysis and lib/Transforms.
Regards,
John Criswell
>
>> On 05 Jul 2016, at 6:03 PM, John Criswell <jtcriswel at gmail.com> wrote:
>>
>> On 7/5/16 10:31 AM, Lorenzo Laneve via llvm-dev wrote:
>>> Sorry for the probably stupid question, but is there a list of optimisation passes on LLVM site?
>>> _______________________________________________
>>> LLVM Developers mailing list
>>> llvm-dev at lists.llvm.org
>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>> http://llvm.org/docs/Passes.html
>>
>> Regards,
>>
>> John Criswell
>>
>> --
>> John Criswell
>> Assistant Professor
>> Department of Computer Science, University of Rochester
>> http://www.cs.rochester.edu/u/criswell
>>
--
John Criswell
Assistant Professor
Department of Computer Science, University of Rochester
http://www.cs.rochester.edu/u/criswell
More information about the llvm-dev
mailing list