[all-commits] [llvm/llvm-project] 692f46: [AArch64] Don't generate neon integer complex numb...

David Green via All-commits all-commits at lists.llvm.org
Thu Feb 1 12:51:47 PST 2024


  Branch: refs/heads/release/18.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 692f465456fa9e3690bd9b9b28a789f3979ffbe0
      https://github.com/llvm/llvm-project/commit/692f465456fa9e3690bd9b9b28a789f3979ffbe0
  Author: David Green <david.green at arm.com>
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add.ll

  Log Message:
  -----------
  [AArch64] Don't generate neon integer complex numbers with +sve2. NFC (#79829)

The condition for allowing integer complex number support could also
allow neon fixed length complex numbers if +sve2 was specified. This
tightens the condition to only allow integer complex number support for
scalable vectors.

We could generalize this in the future to generate SVE intrinsics for
fixed-length vectors, but for the moment this opts for the simpler fix.

(cherry picked from commit 9520773c46777adbc1d489f831d6c93b8287ca0e)




More information about the All-commits mailing list