[PATCH] D18062: Fix Load Control Dependence in MemCpy Generation

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 13:17:16 PDT 2016


niravd added a comment.



> > ppc64-align-long-double.ll now may see multiple serializations of its stores

> 

> 

> What does this mean? I see you've put in CHECK-DAGs, but do you mean the order has changed or that there are now multiple stores?


Just that we no longer have an order dependencies so the store so they may appear in any order.


http://reviews.llvm.org/D18062





More information about the llvm-commits mailing list