[llvm] [InstCombine] Simplification for (-a * b) / (a * b). (PR #71768)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 05:39:07 PST 2023


https://github.com/nikic requested changes to this pull request.

As far as I can tell, all the tests you have added already fold without the patch: https://llvm.godbolt.org/z/z4W9KhP3b

Please adjust the test coverage to check cases that are actually newly supported with this patch.

https://github.com/llvm/llvm-project/pull/71768


More information about the llvm-commits mailing list