[PATCH] D121816: [Clang][VE] Add vector mask intrinsics to clang

2022-03-17 Thread Simon Moll via Phabricator via cfe-commits
simoll added a comment. In D121816#3388748 , @kaz7 wrote: > Having timeout errors on lldb-aarch64-ubuntu builder... I'm not sure what > modification on this patch causes a such error. There's another commit tested in the failing run: https://lab.llvm.

[PATCH] D121816: [Clang][VE] Add vector mask intrinsics to clang

2022-03-17 Thread Kazushi Marukawa via Phabricator via cfe-commits
kaz7 added a comment. Having timeout errors on lldb-aarch64-ubuntu builder... I'm not sure what modification on this patch causes a such error. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121816/new/ https://reviews.llvm.org/D121816 __