[llvm] r200503 - DAGCombine should not produce ISD::OR nodes after operation legalization if they're not legal.
Owen Anderson
resistor at mac.com
Thu Jan 30 17:02:58 PST 2014
On Jan 30, 2014, at 5:01 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Thu, Jan 30, 2014 at 4:51 PM, Owen Anderson <resistor at mac.com> wrote:
> Author: resistor
> Date: Thu Jan 30 18:51:43 2014
> New Revision: 200503
>
> URL: http://llvm.org/viewvc/llvm-project?rev=200503&view=rev
> Log:
> DAGCombine should not produce ISD::OR nodes after operation legalization if they're not legal.
>
> Is this not testable for some reason?
No in-tree targets, to my knowledge, have a legal ISD::ADD but an illegal ISD::OR.
—Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140130/ab1fb930/attachment.html>
More information about the llvm-commits
mailing list