[llvm] [AArch64] Add patterns for conversions using fixed-point scvtf (PR #92922)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 03:28:01 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"
----------------
paulwalker-arm wrote:
Personally I think RUN lines should be kept to a minimum. I'd love a world where `llc < file` always just worked, although appreciate this is wishful thinking because it's not always practical.
https://github.com/llvm/llvm-project/pull/92922
More information about the llvm-commits
mailing list