[PATCH] D99438: [SimplifyLibCalls] Take size of int into consideration when emitting ldexp/ldexpf
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 21 15:37:45 PDT 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/Analysis/TargetLibraryInfo.cpp:155
+ // Let's assume by default that the size of int is 32 bits, unless the target
+ // is a 16-bit architecture becuase then it most likely is 16 bits. If that
+ // isn't true for a target those default has to be overridden here.
----------------
becuase -> because
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99438/new/
https://reviews.llvm.org/D99438
More information about the llvm-commits
mailing list