cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

anub_maheshwari
Journeyman III

LLVM Compiler

What work has AMD done with LLVM Compiler ? Share any details of the optimizations done.

0 Likes
1 Solution
anub_amd
Staff

AMD has up-streamed some LLVM optimizations and as well implemented some in-house changes. You can find the AMD optimized compiler binary AOCC (AMD Optimized C/C++ Compiler) here:

     https://developer.amd.com/amd-aocc/

Following are the upstream changes:

1> Loop Versioning Licm

2> Enabling znver1 architecture and scheduler model.

View solution in original post

0 Likes
1 Reply
anub_amd
Staff

AMD has up-streamed some LLVM optimizations and as well implemented some in-house changes. You can find the AMD optimized compiler binary AOCC (AMD Optimized C/C++ Compiler) here:

     https://developer.amd.com/amd-aocc/

Following are the upstream changes:

1> Loop Versioning Licm

2> Enabling znver1 architecture and scheduler model.

0 Likes