[PATCH] D51460: [WebAssembly] Be a little more conservative in WebAssemblyFixFunctionBitcasts
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 29 15:15:21 PDT 2018
sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff.
We don't have enough information to know if struct types being
bitcast will cause validation failures or not, so be conservative
and allow such cases to persist (not now).
Fixes: https://bugs.llvm.org/show_bug.cgi?id=38711
Repository:
rL LLVM
https://reviews.llvm.org/D51460
Files:
lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
test/CodeGen/WebAssembly/function-bitcasts.ll
test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51460.163204.patch
Type: text/x-patch
Size: 11545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180829/69d9eedb/attachment-0001.bin>
More information about the llvm-commits
mailing list