| ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5 |
| ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s |
| ; RUN: llc -mtriple=powerpc64-ibm-aix-xcoff < %s | FileCheck %s |
| |
| ; TODO: Update this test after adding the proper expansion of nofpclass for |
| ; ppc_fp128 to test with more masks and to demonstrate preserving nofpclass |
| ; after legalization. |
| |
| define ppc_fp128 @f(ppc_fp128 nofpclass(nan) %s) { |
| ; CHECK-LABEL: f: |
| ; CHECK: # %bb.0: # %entry |
| ; CHECK-NEXT: blr |
| entry: |
| ret ppc_fp128 %s |
| } |