[PATCH] D104198: [Matrix] Add documentation for compound assignment and type conversion of matrix types
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 24 06:02:03 PDT 2021
fhahn added a comment.
In D104198#2838416 <https://reviews.llvm.org/D104198#2838416>, @SaurabhJha wrote:
> Somehow the builds are failing even though this patch contains no code changes.
There a few reasons as to why the tests may fail unrelated to the patch (flaky tests, infrastructure issues, test broken on main), so it is a good idea to check what is failing and why. In this case, it looks like a flaky test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104198/new/
https://reviews.llvm.org/D104198
More information about the cfe-commits
mailing list