[llvm] [ARM][SDAG] Half promote llvm.lrint nodes. (PR #161088)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 14:48:31 PDT 2025
================
@@ -3,12 +3,35 @@
; RUN: llc < %s -mtriple=armv7-none-eabihf -mattr=+vfp2 -float-abi=hard | FileCheck %s --check-prefixes=CHECK,CHECK-NOFP16
; RUN: llc < %s -mtriple=armv7-none-eabihf -mattr=+vfp2,+fullfp16 -float-abi=hard | FileCheck %s --check-prefixes=CHECK,CHECK-FP16
----------------
davemgreen wrote:
I've updated it - I believe it is implied by +fullfp16. We don't expand other lrint, this is just about making sure the fp16 versions work.
https://github.com/llvm/llvm-project/pull/161088
More information about the llvm-commits
mailing list