[all-commits] [llvm/llvm-project] bca998: [AArch64] Generate fcmps when appropriate for neon...

john-brawn-arm via All-commits all-commits at lists.llvm.org
Fri Feb 4 05:00:12 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bca998ed3c9a2e520724baa5d9395f6a5d8ca49d
      https://github.com/llvm/llvm-project/commit/bca998ed3c9a2e520724baa5d9395f6a5d8ca49d
  Author: John Brawn <john.brawn at arm.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGen/aarch64-neon-intrinsics-constrained.c

  Log Message:
  -----------
  [AArch64] Generate fcmps when appropriate for neon intrinsics

Differential Revision: https://reviews.llvm.org/D118257


  Commit: 0d8092dd485a2212e2d8eda2bf977b7e7fa610d4
      https://github.com/llvm/llvm-project/commit/0d8092dd485a2212e2d8eda2bf977b7e7fa610d4
  Author: John Brawn <john.brawn at arm.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    R llvm/test/CodeGen/AArch64/fpconv-vector-op-scalarize-strict.ll
    A llvm/test/CodeGen/AArch64/vector-op-scalarize-strict.ll

  Log Message:
  -----------
  [AArch64] Fix legalization of v1f64 strict_fsetcc and strict_fsetccs

These operations are scalarized but the result type v1i1 isn't which
needs special handling (the same as is done for the non-strict
versions of these operations).

Differential Revision: https://reviews.llvm.org/D118258


Compare: https://github.com/llvm/llvm-project/compare/7b0372509787...0d8092dd485a


More information about the All-commits mailing list