Displaying 2 results from an estimated 2 matches for "5adee2e6".
Did you mean:
5ad6ee6
2017 May 22
2
Optimizing diamond pattern in DAGCombine
I'm trying to optimize a pattern that goes roughly as:
A
/ \
B C
\ /
D
Problem is, when A gets modified, B and C get added back to the worklist,
but D doesn't. Readding D to the worklist just create an infinite loop
where one process D again and again.
Is there a proper way to make this work ?
-------------- next part --------------
An HTML attachment was scrubbed...
2017 May 22
2
Optimizing diamond pattern in DAGCombine
...LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170522/5adee2e6/attachment.html>