16 lines · plain
1; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mattr=-crbits < %s | FileCheck %s2;3; PR14751: Unsupported type in SelectionDAG::getConstantFP()4 5define fastcc void @_D3std4math4sqrtFNaNbNfcZc() {6entry:7 br i1 undef, label %if, label %else8; CHECK: cmplwi 3, 09if: ; preds = %entry10 store { ppc_fp128, ppc_fp128 } zeroinitializer, ptr undef11 ret void12 13else: ; preds = %entry14 unreachable15}16