[llvm] 2a70db2 - [Matrix] Add IR MatrixBuilder.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 01:43:34 PST 2020


Thanks for the heads up. It should be fixed
by 8673def9c1dbecfc9f0dc50518c545fa20921f99.

Cheers,
Florian

On Thu, Mar 5, 2020 at 2:29 AM Joerg Sonnenberger <joerg at bec.de> wrote:

> On Wed, Mar 04, 2020 at 03:19:06AM -0800, Florian Hahn via llvm-commits
> wrote:
> >
> > Author: Florian Hahn
> > Date: 2020-03-04T11:14:20Z
> > New Revision: 2a70db245d6ea19e5614c7c22660de1a5dd8e898
> >
> > URL:
> https://github.com/llvm/llvm-project/commit/2a70db245d6ea19e5614c7c22660de1a5dd8e898
> > DIFF:
> https://github.com/llvm/llvm-project/commit/2a70db245d6ea19e5614c7c22660de1a5dd8e898.diff
> >
> > LOG: [Matrix] Add IR MatrixBuilder.
> >
> > This builder provides a convenient way for targets to lower various
> matrix
> > operations to LLVM IR, making use of matrix intrinsics where available.
>
> This commit badly breaks the C++ module build as it introduces cycles:
>
> llvm/include/llvm/IR/Argument.h:19:10: fatal error: cyclic dependency in
> module 'LLVM_IR': LLVM_IR -> LLVM_intrinsic_gen -> LLVM_IR
>
> Joerg
>


-- 

http://www.fhahn.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200305/33fc3e3e/attachment.html>


More information about the llvm-commits mailing list