[PATCH] D16154: Default vaarg lowering should support indirect struct types.

Dan Gohman via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 11:10:03 PST 2016


sunfish added a subscriber: sunfish.
sunfish added a comment.

For WebAssembly, I'm expecting we'll switch to emitVoidPtrVAArg and eschew LLVM's vaarg instruction too, as other targets do. This exposes the expanded code to the full optimizer, which seems preferable.


http://reviews.llvm.org/D16154





More information about the cfe-commits mailing list