[PATCH] D52504: [DAGCombiner] Div/rem folds

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 13:52:42 PDT 2018


spatel added a comment.

As with the earlier patches, we need to try to keep the tests that are checking for bugs or other things relevant. I tried to do that for the x86 tests here:
https://reviews.llvm.org/rL345639
https://reviews.llvm.org/rL345640
https://reviews.llvm.org/rL345642

Please do something like that for the ARM tests, so they are not affected by this patch.


https://reviews.llvm.org/D52504





More information about the llvm-commits mailing list