[PATCH] D15330: Fix cycle in selection DAG introduced by extractelement legalization

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 05:32:43 PST 2015


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM.

I suspect that we already have the "real" solution to this problem implemented: When use of AA is enabled by the backend, then we'll have found a better chain for the load of the index and the situation will not occur.


http://reviews.llvm.org/D15330





More information about the llvm-commits mailing list