[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / PowerPC / sdag-ppcf128.ll
blob9b41ebac98885546037f49055d158e0d3be4a894
1 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mattr=-crbits < %s | FileCheck %s
3 ; PR14751: Unsupported type in SelectionDAG::getConstantFP()
5 define fastcc void @_D3std4math4sqrtFNaNbNfcZc() {
6 entry:
7   br i1 undef, label %if, label %else
8 ; CHECK: cmplwi 3, 0
9 if:                                               ; preds = %entry
10   store { ppc_fp128, ppc_fp128 } zeroinitializer, { ppc_fp128, ppc_fp128 }* undef
11   ret void
13 else:                                             ; preds = %entry
14   unreachable