[llvm] [AArch64] Add patterns for conversions using fixed-point scvtf (PR #92922)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 10:01:16 PDT 2024
================
@@ -0,0 +1,103 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s | FileCheck %s
+
+target triple = "aarch64"
----------------
davemgreen wrote:
We tend to put triples into the run lines in codegen tests.
https://github.com/llvm/llvm-project/pull/92922
More information about the llvm-commits
mailing list