[PATCH] D39835: [GVN PRE] Clear nsw/nuw for original values in LoadPRE

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 13:28:31 PST 2017


dberlin added a comment.

Errr, outside of an irrelevant store, it generates literally the same output and jump threading result as: https://reviews.llvm.org/rL317768

So i don't see how one is buggy but the other isn't.


https://reviews.llvm.org/D39835





More information about the llvm-commits mailing list