[llvm] [Hexagon] Have fast-math-libcalls.ll use the hexagonv65 cpu (PR #149647)
Sudharsan Veeravalli via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 19 05:43:00 PDT 2025
================
@@ -61,15 +61,9 @@ define double @fast_add_f64(double %x, double %y) {
; CHECK-LABEL: fast_add_f64:
; CHECK: .cfi_startproc
; CHECK-NEXT: // %bb.0:
-; CHECK-NEXT: .cfi_def_cfa r30, 8
-; CHECK-NEXT: .cfi_offset r31, -4
-; CHECK-NEXT: .cfi_offset r30, -8
-; CHECK-NEXT: {
-; CHECK-NEXT: call __hexagon_fast_adddf3
----------------
svs-quic wrote:
Yeah makes sense. I've now updated the test to v65 which is the highest version where we still generate libcalls for all the test cases.
https://github.com/llvm/llvm-project/pull/149647
More information about the llvm-commits
mailing list