[llvm] [AArch64] Codegen for new SCVTF/UCVTF variants (FEAT_FPRCVT) (PR #123767)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 06:13:34 PST 2025


================
@@ -0,0 +1,159 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mattr=+neon,+fprcvt -verify-machineinstrs %s -o - | FileCheck %s
----------------
davemgreen wrote:

Can you add +fullfp16 to the +fprcvt run line. I think it might be implied by the architecture revision, or at least always be present in practice, but isn't modelled explicitly. That will hopefully help regularize the patterns.

https://github.com/llvm/llvm-project/pull/123767


More information about the llvm-commits mailing list