[PATCH] D113247: [VE] Make VE official

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 01:56:35 PST 2021


simoll added a comment.

In D113247#3165604 <https://reviews.llvm.org/D113247#3165604>, @kda wrote:

> This looks like it is breaking the buildbots.
> https://lab.llvm.org/buildbot/#/builders/5/builds/15384
> [..]
> Failed Tests (2):
>
>   LLVM :: CodeGen/VE/VELIntrinsics/lvm.ll
>   LLVM :: CodeGen/VE/VELIntrinsics/vfmk.ll

These are two use-after-free bugs that i could reproduce locally with an asan-enabled build. I have pushed to fixes that resolve this locally:

- commit e37000f3bff <https://reviews.llvm.org/rGe37000f3bff384e20e0696ab4c9126d50030b144>
- commit 435d44bf8ab <https://reviews.llvm.org/rG435d44bf8ab3925b85b70c0736841e3c4c667199>

I will revert the revert of D113247 <https://reviews.llvm.org/D113247> when these two patches have passed `clang-ve-ninja` buildbot with a green status (just to double check..).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113247/new/

https://reviews.llvm.org/D113247



More information about the llvm-commits mailing list