[PATCH] D41813: [builtins] Enable CRT_HAS_128BIT for MSVC

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 14:01:36 PST 2018


joerg added a comment.

The difference is that modsi3 etc are all paired instructions. A backend should not be lowering to one of them if a real division instruction exists and it should be consistent in the lowering.


https://reviews.llvm.org/D41813





More information about the llvm-commits mailing list