[PATCH] D134413: [AARCH64][CostModel] Modified the cost of mask vector load/store

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 07:36:13 PDT 2022


fhahn added a comment.

In D134413#3820732 <https://reviews.llvm.org/D134413#3820732>, @thakis wrote:

> This broke check-llvm on all my bots:
> http://45.33.8.238/linux/87588/step_12.txt
> http://45.33.8.238/macm1/45335/step_11.txt
> http://45.33.8.238/win/67006/step_11.txt
>
> Also broke the official bots:
> https://lab.llvm.org/buildbot/#/builders/109/builds/47509
>
> Please take a look and revert for now if it takes a while to fix.
>
> (And run tests before committing, and watch bots after.)

I went ahead and reverted the commit in eba84971aeefd697f0c0afb96e1c2772745992d9 <https://reviews.llvm.org/rGeba84971aeefd697f0c0afb96e1c2772745992d9> for now to get the bots back to green, as the test has been failing for a while.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134413



More information about the llvm-commits mailing list