[PATCH] D86221: [compiler-rt][builtins] Do not assume int to be at least 32 bit wide

Anatoly Trosinenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 25 09:16:50 PDT 2020


atrosinenko abandoned this revision.
atrosinenko added a comment.

Replaced this by D86546: [compiler-rt][builtins] Use explicitly-sized integer types for LibCalls <https://reviews.llvm.org/D86546> and D86547: [compiler-rt][builtins] Use c[tl]zsi macro instead of __builtin_c[tl]z <https://reviews.llvm.org/D86547>. These two patches include everything except for factoring out `src_rep_t_clz()` and `rep_clz()` to `clzdi()` for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86221



More information about the cfe-commits mailing list