commit | 7662d50d102f6e093ed1920f2ca9b9cf08e5dcbc | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Sat Aug 05 00:10:43 2017 +0000 |
committer | Reid Kleckner <rnk@google.com> | Sat Aug 05 00:10:43 2017 +0000 |
tree | c66bd9dc534a55f651a02f171b43d68416f9a50a | |
parent | a84a6c1e484e40a2b37c0f95cc9c88a466c078d7 [diff] |
[X86] Teach fastisel to select calls to dllimport functions Summary: Direct calls to dllimport functions are very common Windows. We should add them to the -O0 fast path. Reviewers: rafael Subscribers: llvm-commits, hiraditya Differential Revision: https://reviews.llvm.org/D36197 llvm-svn: 310152