[llvm] [AArch64][NEON] Add famax/famin codegen patterns (PR #103027)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 05:07:42 PDT 2024
================
@@ -0,0 +1,207 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64 -mattr=+faminmax -verify-machineinstrs %s -o - | FileCheck %s
+; RUN: llc -mtriple=aarch64 -verify-machineinstrs %s -o - | FileCheck %s --check-prefix=CHECK-NO-FAMINMAX
+
----------------
paulwalker-arm wrote:
There's no great consistency here but do you mind adding `target triple = "aarch64-unknown-linux-gnu"` here and then you can remove the `-mtriple` from the RUN lines.
https://github.com/llvm/llvm-project/pull/103027
More information about the llvm-commits
mailing list