Skip to content

Commit

Permalink
Add MLIR in the list of subprojects on the main llvm.org website
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-eph committed Feb 21, 2020
1 parent 2319ffa commit d290253
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Expand Up @@ -79,6 +79,13 @@
<a href="http://clang.llvm.org/docs/DataFlowSanitizer.html">DataFlowSanitizer</a>.
</p></li>

<li><p>The <b><a href="http://mlir.llvm.org">MLIR</a></b> subproject is a novel
approach to building reusable and extensible compiler infrastructure. MLIR
aims to address software fragmentation, improve compilation for heterogeneous
hardware, significantly reduce the cost of building domain specific compilers,
and aid in connecting existing compilers together.
</p></li>

<li><p>The <b><a href="http://openmp.llvm.org">OpenMP</a></b> subproject
provides an <a href="http://openmp.org">OpenMP</a> runtime for use with the
OpenMP implementation in Clang.</p></li>
Expand Down

0 comments on commit d290253

Please sign in to comment.