[PATCH] D65931: [AArch64][SVE] Implement abs and neg intrinsics

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 09:00:28 PDT 2019


c-rhodes added a comment.

In D65931#1635304 <https://reviews.llvm.org/D65931#1635304>, @RKSimon wrote:

> Is it worth adding in ISD::ABS support here ?


The scope of this patch is to add codegen support for the intrinsics now defined in the earlier patch (I still need to update this patch to remove the intrinsic def) to give us what we need on the LLVM side to start supporting the Arm C Language Extensions (ACLE) intrinsics, for which we don't need any changes to match generic ISD


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65931





More information about the llvm-commits mailing list