aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-10-22 09:23:20 +0000
committerDuncan Sands <baldrick@free.fr>2008-10-22 09:23:20 +0000
commit578a68a91a6bc2f8ebba5738384768f245255336 (patch)
tree958da5b83f0e826f836180924cb9337513d56a88 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent01a1c1121840ee812ba42372f50371981cfe1328 (diff)
downloadllvm-578a68a91a6bc2f8ebba5738384768f245255336.zip
llvm-578a68a91a6bc2f8ebba5738384768f245255336.tar.gz
llvm-578a68a91a6bc2f8ebba5738384768f245255336.tar.bz2
Be nice to CellSPU: for this target getSetCCResultType
may return i8, which can result in SELECT nodes for which the type of the condition is i8, but there are no patterns for select with i8 condition. Tweak the LegalizeTypes logic to avoid this as much as possible. This isn't a real fix because it is still perfectly possible to end up with such select nodes - CellSPU needs to be fixed IMHO. llvm-svn: 57968
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions