[PATCH] D38566: [SimplifyCFG] don't sink common insts too soon (PR34603)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 12:51:32 PST 2017


spatel added a comment.

Ping.

Note that there's another bug that I think will be helped by this patch - https://bugs.llvm.org/show_bug.cgi?id=35354 . 
https://reviews.llvm.org/D40304 is proposing to fix that in instcombine.


https://reviews.llvm.org/D38566





More information about the llvm-commits mailing list