[PATCH] D44160: [GVN] Detect fully redundant loads when we have more than one available value

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 07:09:59 PDT 2018


john.brawn added a comment.

I've posted by attempt to fix this in alias anlysis in https://reviews.llvm.org/D44564, but the problem is that it's actually InstSimplify that's the underlying thing being used to figure out the value of the PHI, and that's used all over the place and causes knock-on changes that require work to be done elsewhere.


Repository:
  rL LLVM

https://reviews.llvm.org/D44160





More information about the llvm-commits mailing list