[llvm-commits] [PATCH] Allow SelectionDAGBuilder to reorder loads past stores
Andrew Trick
atrick at apple.com
Tue Jan 10 13:52:04 PST 2012
On Jan 10, 2012, at 12:10 PM, Hal Finkel wrote:
>> You want to be a little careful to keep the queue comparisons transitive (no A < B < A), but we already have at least one case where that's violated.
>
> I think that I was careful to do this, but I'll look at it again.
Oops. I meant no A < B < C < A, which is much harder to guarantee than simply antisymmetric since were sticking arbitrary logic inside a pairwise comparison.
-Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120110/2a43d429/attachment.html>
More information about the llvm-commits
mailing list