[llvm] [GlobalISel][AArch64] Legalize G_FABS and G_FNEG for SVE (PR #114784)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 09:31:26 PST 2024
================
@@ -0,0 +1,71 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
+; RUN: llc < %s -mtriple aarch64 -mattr=+sve | FileCheck %s
+; RUN: llc < %s -mtriple aarch64 -mattr=+sve -global-isel -aarch64-enable-gisel-sve=1 | FileCheck %s
----------------
arsenm wrote:
Use explicit -global-isel=0 for sdag lines
https://github.com/llvm/llvm-project/pull/114784
More information about the llvm-commits
mailing list