[llvm] [AArch64][NEON] Add famax/famin codegen patterns (PR #103027)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 01:31:45 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
+
----------------
davemgreen wrote:
This is backwards - you had it right the first time. (Not that I think it is a huge deal either way). We have a lot of test that use -mtriple in the command line and for consistency and maintainability it's better to keep them all with -mtriple. It makes the tests easier to deal with if we need to run with multiple triples.
https://github.com/llvm/llvm-project/pull/103027
More information about the llvm-commits
mailing list