[PATCH] D22214: Convert a signed remainder instruction to unsigned remainder

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 12:14:09 PDT 2016


mehdi_amini added inline comments.

================
Comment at: test/Transforms/CorrelatedValuePropagation/srem.ll:26
@@ +25,3 @@
+while.end:
+  ret void
+}
----------------
Do you need all these basic blocks and instructions? (i.e: is this test minimal?)


http://reviews.llvm.org/D22214





More information about the llvm-commits mailing list