[PATCH] D83570: [Matrix] Lowering pass should also run at O0

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 04:18:23 PDT 2020


SjoerdMeijer added a comment.

In D83570#2155389 <https://reviews.llvm.org/D83570#2155389>, @fhahn wrote:

> In D83570#2144734 <https://reviews.llvm.org/D83570#2144734>, @SjoerdMeijer wrote:
>
> > Ah okay, cheers, missed that. Time to abandon this.
>
>
> I just committed a similar fix upstream, because there are some bots building the test-suite with -O0, to unblock them. The proper fix (run in lightweight lowering in the backend) will need a bit more time unfortunately.


Cheers.
And I will commit the test of this patch then as that still seems useful to me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83570/new/

https://reviews.llvm.org/D83570





More information about the llvm-commits mailing list