OSDN Git Service

Remove conversion of fp-to-uint cast into a multi-step cast:
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 6 Aug 2003 18:42:49 +0000 (18:42 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 6 Aug 2003 18:42:49 +0000 (18:42 +0000)
commit5ac1175ada8d17495dc174a8f6fef245e6b30633
tree1d8fb26d2708866282f61ea9a50114772e605019
parent51a754ebd90fcbef988ec0c2405c02260551987c
Remove conversion of fp-to-uint cast into a multi-step cast:
this is not an optional transformation on SPARC and is now handled
directly by instruction selection.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7644 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9PreSelection.cpp