[llvm] [AArch64][GlobalISel] Legalize 128-bit types for FABS (PR #104753)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 28 10:33:59 PDT 2024
================
@@ -0,0 +1,170 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
+; RUN: llc -mtriple=aarch64-unknown-linux-gnu -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SD
+; RUN: llc -mtriple=aarch64-unknown-linux-gnu -global-isel=1 -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-GI
----------------
arsenm wrote:
Don't need -verify-machineinstrs. Also should use -global-isel=0 if you're explicitly trying to handle both selectors
https://github.com/llvm/llvm-project/pull/104753
More information about the llvm-commits
mailing list