llvm-6502/include
Michael Gottesman 8b28998777 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172957 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-20 03:56:31 +00:00
..
llvm Added IRBuilder::CreateFPExtOrFPTrunc. 2013-01-20 03:56:31 +00:00
llvm-c Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00