[llvm] [GlobalISel][AArch64] Legalize G_FABS and G_FNEG for SVE (PR #114784)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 11:53:35 PST 2024


tschuett wrote:

My favourite weapon: ` ag fneg llvm/lib/Target/AArch64/*.td`. There are scalar and Neon patterns, but no SVE patterns.

No. This PR has `   .legalFor(HasSVE, {nxv2s64, nxv4s32, nxv8s16})` plus patterns.

https://github.com/llvm/llvm-project/pull/114784


More information about the llvm-commits mailing list