[PATCH] D30910: [SimplifyCFG] allow speculation of div/rem when sibling op exists (PR31028)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 16:07:34 PDT 2017


spatel abandoned this revision.
spatel added a comment.

Abandoning. We've solved this in a more complete way with a dedicated pass in https://reviews.llvm.org/D37121, so I don't think there's a need for a lesser hoisting transform. I'll update the comments in the test file.


https://reviews.llvm.org/D30910





More information about the llvm-commits mailing list