[PATCH] D49517: [WebAssembly] Handle return type conversions in FixFunctionBitcasts pass
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 23 17:14:57 PDT 2018
sbc100 added a comment.
Interesting, so you are proposing delaying the error until link time but still producing a valid wasm binary?
What about integer conversions? Sounds like you are saying they should also abort?
Repository:
rL LLVM
https://reviews.llvm.org/D49517
More information about the llvm-commits
mailing list