]> granicus.if.org Git - llvm/commit
[WebAssembly] FastISel : Bail to SelectionDAG for constexpr calls
authorJacob Gravelle <jgravelle@google.com>
Thu, 24 Aug 2017 19:53:44 +0000 (19:53 +0000)
committerJacob Gravelle <jgravelle@google.com>
Thu, 24 Aug 2017 19:53:44 +0000 (19:53 +0000)
commit73e192592efb739612c1338c5b75ddcb4a07e611
tree943acb1f7e9686248f908781a6ea97782832784d
parent3133c0dc5b1d59d9818528997eb86c641acb17a3
[WebAssembly] FastISel : Bail to SelectionDAG for constexpr calls

Summary: Currently FastISel lowers constexpr calls as indirect calls.
We'd like those to direct calls, and falling back to SelectionDAGISel
handles that.

Reviewers: dschuff, sunfish

Subscribers: jfb, sbc100, llvm-commits, aheejin

Differential Revision: https://reviews.llvm.org/D37073

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311693 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
test/CodeGen/WebAssembly/call.ll