[llvm] 2b3c505 - [Matrix] Intrinsic descriptions

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 02:45:17 PDT 2020



> On Jul 15, 2020, at 10:02, Sjoerd Meijer <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/d1ec7d44/attachment.html>


More information about the llvm-commits mailing list