<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jul 15, 2020, at 10:02, Sjoerd Meijer <<a href="mailto:Sjoerd.Meijer@arm.com" class="">Sjoerd.Meijer@arm.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">Cheers Florian, sounds like you're on the case, but let me know if I can do something.</div><div style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">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.</div></div></blockquote><br class=""></div><div><br class=""></div><div>Should be fixed by <span style="color: rgba(0, 0, 0, 0.85); font-family: "Helvetica Neue";" class="">c872e809d1ac: [Matrix] Only pass vector arg as overloaded type in MatrixBuilder.</span></div><div class=""><span style="color: rgba(0, 0, 0, 0.85); font-family: "Helvetica Neue";" class=""><br class=""></span></div><div class=""><span style="color: rgba(0, 0, 0, 0.85); font-family: "Helvetica Neue";" class="">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.</span></div><br class=""></body></html>