changes to matrix size check

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 08:56:44 PDT 2020


+ Volodymyr, Azhar

> On Apr 8, 2020, at 6:28 AM, Florian Hahn <florian_hahn at apple.com> wrote:
> 
> Hi Akira,
> 
>> On Apr 7, 2020, at 21:12, Akira Hatanaka <ahatanaka at apple.com <mailto:ahatanaka at apple.com>> wrote:
>> 
>> Hi Adam and Florian,
>> 
>> Just to give you a heads up, I’ve made changes to the code that checks matrix size and the corresponding test case following Sam McCall’s open source patch (https://github.com/llvm/llvm-project/commit/88fbadd0f5d50ea1d310fb63da6da15b82a9be05 <https://github.com/llvm/llvm-project/commit/88fbadd0f5d50ea1d310fb63da6da15b82a9be05>). If it’s not correct or if you think there are better ways to do the check, feel free to rewrite the code I committed.
>> 
>> https://stashweb.sd.apple.com/projects/DEVTOOLS/repos/llvm-project/pull-requests/1408/overview <https://stashweb.sd.apple.com/projects/DEVTOOLS/repos/llvm-project/pull-requests/1408/overview>
> Thanks for the heads-up. I will take a look. I just noticed that internal/master started crashing for matrix code. Might be related.
> 

I’m seeing aarch64-matrix-amx-versioning.cpp assert when I run the tests on my desktop machine. Is that the test you saw that was crashing? I haven’t seen this failure in any of our internal bots though, probably because the test is guarded by ‘REQUIRES: matrix-test’.

Also, there was a commit by Eli Friedman which removed SequentialType from the type hierarchy. I just did the minimum to resolve the merge conflict, but it looks like there are several places that need to be fixed to handle MatrixType. Could you take a look at them too?

Also, there are three failing opt pipeline tests:
https://smooshbase.apple.com/ci/view/BuildCzar/job/apple-clang-xcode-stage1-RA/job/internal%252Fclang%252F1200/238/

Should we cherry pick the following commit to clang 1200 or should we just fix the check strings in the tests?

Author: Florian Hahn <florian_hahn at apple.com <mailto:florian_hahn at apple.com>>
 Date:   Tue Apr 7 14:44:19 2020 +0100

     [Matrix] Preserve LI in TileBuilder.

> Cheers,
> Florian
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200409/1239f176/attachment.html>


More information about the cfe-commits mailing list