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

Virginia Cangelosi via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 07:13:06 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
----------------
virginia-cangelosi wrote:

Adding this removes the fp_round so making all the patterns follow the same style works. I will push the changes once I have added Carolines changes. Thank you for spotting that.

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


More information about the llvm-commits mailing list