summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/simd-nested-shuffles.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Fix invalid machine instrs in -O0, verify in testsThomas Lively2018-12-211-1/+1
| | | | | | | | | | Reviewers: aheejin, dschuff Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D55956 llvm-svn: 349889
* [WebAssembly] Retain shuffle types during custom loweringThomas Lively2018-10-241-0/+17
Summary: Changing the node type in lowering was violating assumptions made in the DAG combiner, so don't change the node type any more. This fixes one of the issues reported in bug 39275. Reviewers: aheejin, dschuff Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits, alexcrichton Differential Revision: https://reviews.llvm.org/D53537 llvm-svn: 345221
OpenPOWER on IntegriCloud