mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 16:46:50 +00:00
fix some bugs
llvm-svn: 21515
This commit is contained in:
parent
a37ffe4c46
commit
ad1a80d7d6
@ -769,7 +769,8 @@ tasks:</p>
|
||||
<ol>
|
||||
<li><p>Convert values of unsupported types to values of supported types.</p>
|
||||
<p>There are two main ways of doing this: promoting a small type to a larger
|
||||
type (e.g. f32 -> f64, or i16 -> i32), and demoting larg integer types
|
||||
type (e.g. f32 -> f64, or i16 -> i32), and breaking up large
|
||||
integer types
|
||||
to smaller ones (e.g. implementing i64 with i32 operations where
|
||||
possible). Type conversions can insert sign and zero extensions as
|
||||
needed to make sure that the final code has the same behavior as the
|
||||
|
Loading…
Reference in New Issue
Block a user