[llvm] [DAG] Add generic expansion for ISD::FCANONICALIZE nodes (PR #142105)
Dominik Steenken via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 05:21:52 PDT 2025
================
@@ -0,0 +1,437 @@
+; 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 half @canonicalize_fp16(half %a) {
----------------
dominik-steenken wrote:
i have added `nounwind` to all the `fp16` tests.
https://github.com/llvm/llvm-project/pull/142105
More information about the llvm-commits
mailing list