[PATCH] D50568: [WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 10 11:29:20 PDT 2018
aardappel added a comment.
@aheejin the assert caught by the waterfall ended up being caused by a remaining register in the tablegen defs for br_table (an error from a previous CL).
There was also a brittle test which triggered a failure due to changing $push register assignments (caused by pass reordering) in exception.ll, have a look.
Repository:
rL LLVM
https://reviews.llvm.org/D50568
More information about the llvm-commits
mailing list