[PATCH] D78300: [builtins] Do not assume sizeof(long long)==8 in int_div_impl.inc

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 08:37:45 PDT 2020


MaskRay added a comment.

Pushed 17772995d48b8c10a3142d602e228f3ebeed85bf <https://reviews.llvm.org/rG17772995d48b8c10a3142d602e228f3ebeed85bf> instead

It is still unclear to me why assuming `sizeof(long long)==8` can cause problems. You need to provide more information.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78300/new/

https://reviews.llvm.org/D78300





More information about the llvm-commits mailing list