diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-01-20 03:56:31 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-01-20 03:56:31 +0000 |
commit | 1d200f6d404b2c003c38a2bbee8270c9d2962278 (patch) | |
tree | 918811ac78cbf52bab9f6df203a744ae9c0b3011 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | 619ca0dc403842a28fe984bac4a2703738d3988e (diff) | |
download | bcm5719-llvm-1d200f6d404b2c003c38a2bbee8270c9d2962278.tar.gz bcm5719-llvm-1d200f6d404b2c003c38a2bbee8270c9d2962278.zip |
Added IRBuilder::CreateFPExtOrFPTrunc.
This method serves an analogous purpose to CreateZExtOrTrunc/CreateSExtOrTrunc
but for floating point types.
In detail, it provides a manner when one is handling conversions of floating
point types of automatically selecting fpext, fptrunc, or identity depending on
the relative bitsize of the source and destination types.
llvm-svn: 172957
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions