This is an archive of the discontinued LLVM Phabricator instance.

Clarify the difference between ISD::BITCAST and the bitcast instruction from LLVM-IR.
ClosedPublic

Authored by dsanders on Jan 22 2016, 5:37 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders updated this revision to Diff 45682.Jan 22 2016, 5:37 AM
dsanders retitled this revision from to Clarify the difference between ISD::BITCAST and the bitcast instruction from LLVM-IR..
dsanders updated this object.
dsanders added subscribers: hfinkel, llvm-commits.

Hi,

I just found this patch which I must have forgotten about. Is it ok to commit?

This revision was automatically updated to reflect the committed changes.

Thanks

From: James Molloy [mailto:james@jamesmolloy.co.uk]
Sent: 09 May 2016 16:50
To: reviews+D16464+public+64bebb5c5ad5633a@reviews.llvm.org; Daniel Sanders
Cc: llvm-commits@lists.llvm.org
Subject: Re: [PATCH] D16464: Clarify the difference between ISD::BITCAST and the bitcast instruction from LLVM-IR.

Hi,

It looks good to me.

James