[PATCH] D65166: [AArch64][GlobalISel] Add support for s128 loads, stores, extracts, truncs.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 16:01:30 PDT 2019


aemerson added a comment.

In D65166#1598622 <https://reviews.llvm.org/D65166#1598622>, @phosek wrote:

> We're seeing the following error in our build which appears to have been introduced by this change:
>
>   fatal error: error in backend: Attempting to emit INSvi64gpr instruction but the Feature_HasNEON predicate(s) are not met
>
>
> I've filed a bug PR42734 which also contains the reproducer.


We don't really support no-neon or no-fp targets in GISel at the moment. I've committed a workaround which will cause GISel to bail out of those target features are not present in r366957.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65166





More information about the llvm-commits mailing list