Displaying 1 result from an estimated 1 matches for "445f0005".
Did you mean:
445.000
2015 Apr 17
2
[LLVMdev] Is bitcast now needed in LLVM?
I always thought that bitcast was a no-op internal llvm thing to fit the IR
type system.
I currently use sitofp, but I see your point.
On Fri, Apr 17, 2015 at 1:04 AM, James Molloy <james at jamesmolloy.co.uk>
wrote:
> Hi Dave,
>
> You can still bitcast between i32 and float, for example.
>
> Cheers,
>
> James
>
> On Fri, 17 Apr 2015 at 09:03 Dave Pitsbawn