brintos

brintos / llvm-project-archived public Read only

0
0
Text · 561 B · b08e810 Raw
16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 52; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s3; RUN: llc -mtriple=powerpc64-ibm-aix-xcoff < %s | FileCheck %s4 5; TODO: Update this test after adding the proper expansion of nofpclass for6; ppc_fp128 to test with more masks and to demonstrate preserving nofpclass7; after legalization.8 9define ppc_fp128 @f(ppc_fp128 nofpclass(nan) %s) {10; CHECK-LABEL: f:11; CHECK:       # %bb.0: # %entry12; CHECK-NEXT:    blr13entry:14  ret ppc_fp128 %s15}16