[PATCH] D37073: [WebAssembly] FastISel : Lower constant calls as direct calls

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 10:33:15 PDT 2017


dschuff added a comment.

OK nevermind,  GlobalVariable doesn't make sense because you have to load it, and similarly for GEP. We could probably do inttoptr though, and maybe select, to get a function pointer and call that.


https://reviews.llvm.org/D37073





More information about the llvm-commits mailing list