X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FX86%2FREADME-UNIMPLEMENTED.txt;h=c26c75ab951ca348593786a4ab905e8037da2dda;hb=b0269cd2c8d8512ea156a6c6df798faa6c76145c;hp=b9ba4937792c82fa465e8e917e5cfbb92558cdae;hpb=c74092ba8f48de1360978dce3bc963edfb928fb1;p=oota-llvm.git diff --git a/lib/Target/X86/README-UNIMPLEMENTED.txt b/lib/Target/X86/README-UNIMPLEMENTED.txt index b9ba4937792..c26c75ab951 100644 --- a/lib/Target/X86/README-UNIMPLEMENTED.txt +++ b/lib/Target/X86/README-UNIMPLEMENTED.txt @@ -9,6 +9,6 @@ which would be great. 1) vector shifts 2) vector comparisons -3) vector fp<->int comparisons: PR2683, PR2684, PR2685, PR2686, PR2688 - - +3) vector fp<->int conversions: PR2683, PR2684, PR2685, PR2686, PR2688 +4) bitcasts from vectors to scalars: PR2804 +5) llvm.atomic.cmp.swap.i128.p0i128: PR3462