[llvm] [DAG] Add generic expansion for ISD::FCANONICALIZE nodes (PR #142105)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 01:12:12 PDT 2025
================
@@ -0,0 +1,131 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --default-march s390x-unknown-linux-gnu --version 5
+; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z16 < %s | FileCheck %s -check-prefixes=Z16
+
+define float @canonicalize_fp32(float %a) {
----------------
arsenm wrote:
No half tests? Also are we missing tests in the other touched targets?
https://github.com/llvm/llvm-project/pull/142105
More information about the llvm-commits
mailing list