Go to file
Evan Cheng c0255bac1d Fixes a coalescer bug that caused llc to crash on 2009-11-30-LiveVariablesBug.ll
with the fix in 103157.

%reg1039:1<def> = VMOVS %S1<kill>, pred:14, pred:%reg0
is not coalescable since none of the super-registers of S1 are in reg1039's
register class: DPR_VFP2. But it is still a legal copy instruction so it should
not assert.

llvm-svn: 103170
2010-05-06 06:23:31 +00:00
clang add todos for isinf_sign and isnormal, which I don't intend to implement 2010-05-06 06:13:53 +00:00
compiler-rt improve bullets, patch by Mike Miller 2010-05-04 05:19:07 +00:00
llvm Fixes a coalescer bug that caused llc to crash on 2009-11-30-LiveVariablesBug.ll 2010-05-06 06:23:31 +00:00