[PATCH] D62646: [WebAssembly] Fix ISel crash on sext_inreg/extract type mismatch
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 20:48:48 PDT 2019
tlively added a comment.
@aheejin, this should be good to go now. Changing the test to use a real pointer instead of undef seems to have made it do the correct number of loads (32 bits, where before it was only loading 8 bits). Now that the test is very straightforward I am confident in the correctness of the code, so hopefully this should be good to land.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62646/new/
https://reviews.llvm.org/D62646
More information about the llvm-commits
mailing list