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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 01:30:03 PDT 2019


phosek added a comment.

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.


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