summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/indirectbr.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Enable IndirectBrExpandPassDerek Schuff2019-07-031-0/+68
Wasm doesn't have a direct way to lower indirectbr, so hook up the IndirectBrExpandPass to lower indirectbr into a switch. Fixes PR42498 Reviewers: aheejin Differential Revision: https://reviews.llvm.org/D64161 llvm-svn: 365096
OpenPOWER on IntegriCloud