[PATCH] D24822: [SelectionDAG] Expand MULHU and enable division-by-constant for wide types

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 05:10:30 PDT 2016


nhaehnle added a comment.

The reason for excluding the vector case is that it hits another problem with MULHU in some X86 vector div tests, and affects additional X86 test cases. I'd prefer to keep things simple for this change.


https://reviews.llvm.org/D24822





More information about the llvm-commits mailing list