[PATCH] D83570: [Matrix] Lowering pass should also run at O0
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 04:06:31 PDT 2020
fhahn added a comment.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83570/new/
https://reviews.llvm.org/D83570
More information about the llvm-commits
mailing list