[llvm-dev] Regarding parallelization pass

Magnus Morton via llvm-dev llvm-dev at lists.llvm.org
Wed Sep 1 01:52:39 PDT 2021


On Wed, Sep 1 2021 at 12:48:04 +0530, Sudakshina Dutta via llvm-dev 
<llvm-dev at lists.llvm.org> wrote:
> Is there any parallelization pass of LLVM ? Can anyone please help me 
> with the documents in this regard ?

Hi Sudakshina,

Polly (https://polly.llvm.org/) can parallelise loops with OpenMP.

Best regards,
Magnus




More information about the llvm-dev mailing list