[llvm] [GlobalISel][AArch64] Legalize G_FABS and G_FNEG for SVE (PR #114784)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 06:14:07 PST 2024
================
@@ -0,0 +1,36 @@
+//===-- AArch64GlobalISelPatterns.td - GlobalISel patterns -*- tablegen -*-===//
----------------
sdesmalen-arm wrote:
I don't know that much about GlobalISel, but I thought we could reuse a lot of the existing patterns. Do we really need to duplicate all this functionality?
https://github.com/llvm/llvm-project/pull/114784
More information about the llvm-commits
mailing list