Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/Generic/2010-07-27-DAGCombineCrash.ll @ 100:7d135dc70f03
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
; RUN: llc < %s define float @test1() { ret float extractelement (<2 x float> bitcast (<1 x double> <double 0x3f800000> to <2 x float>), i32 1); }