[llvm] 2b3c505 - [Matrix] Intrinsic descriptions
Sjoerd Meijer via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 03:14:23 PDT 2020
nice one, cheers.
________________________________
From: Florian Hahn <florian_hahn at apple.com>
Sent: 15 July 2020 10:45
To: Sjoerd Meijer <Sjoerd.Meijer at arm.com>
Cc: Amara Emerson <amara at apple.com>; llvm-commits <llvm-commits at lists.llvm.org>
Subject: Re: [llvm] 2b3c505 - [Matrix] Intrinsic descriptions
On Jul 15, 2020, at 10:02, Sjoerd Meijer <Sjoerd.Meijer at arm.com<mailto:Sjoerd.Meijer at arm.com>> wrote:
Cheers Florian, sounds like you're on the case, but let me know if I can do something.
And I thought exactly the same: it's suspicious this wasn't caught in regression tests, so most likely something is missing there I guess.
Should be fixed by c872e809d1ac: [Matrix] Only pass vector arg as overloaded type in MatrixBuilder.
The reason the clang tests passed was that they are using -disable-llvm-passes, which also disables the IR verifier. I added a run-line that does not disable the passes, so we should catch IR verifier failures there in the future.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200715/1f7a3521/attachment.html>
More information about the llvm-commits
mailing list