[PATCH] D57386: [SelectionDAG] Codesize: don't expand SHIFT to SHIFT_PARTS

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 11:52:47 PST 2019


efriedma added a comment.

We generally expect that code built using clang will link against compiler-rt or libgcc, even when targeting a freestanding environment.  We aren't going to restrict that to only use the subset of compiler-rt functions Linux 4.4 built with some other compiler would use.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57386





More information about the llvm-commits mailing list