[PATCH] D41072: [InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 10:31:14 PST 2017


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

LGTM. Since the bitcast-creating canonicalization that we're trying to inhibit can affect multiple stores, we have to handle that case too.


https://reviews.llvm.org/D41072





More information about the llvm-commits mailing list