[PATCH] D116581: [Aarch64] Customer lowering of COPYSIGN to SIMD should check for NEON availability

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 4 00:39:33 PST 2022


dmgreen added a comment.

Sounds OK. AArch64 without NEON is not very well supported - it's presumed to be available on all implementations. There may be other bugs too, but we can fix the places we know about.

Can you add a test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116581



More information about the llvm-commits mailing list