[PATCH] D95373: Replace vector intrinsics with call to vector library

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 12:52:22 PST 2021


spatel added a comment.

In D95373#2545877 <https://reviews.llvm.org/D95373#2545877>, @spatel wrote:

> In D95373#2545856 <https://reviews.llvm.org/D95373#2545856>, @LukasSommerTu wrote:
>
>> @spatel: I got notified about some build-bot failures, so maybe it's better to revert the commit and I will check for the cause of the build-bot failures.
>
> Ok - reverted:
> c981f6f8e16 <https://reviews.llvm.org/rGc981f6f8e16effdbd5f8c98a80ee8d677fdf8503>

My guess on the problem is that the test file was put in the "Generic" test directory but specified an x86 target in the text. BuildBots may not build the X86 target. We either need to make the test truly generic (target-independent) or put the file in the X86 dir.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95373



More information about the llvm-commits mailing list