This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Simplified selecting asmmatcher stack instructions.
ClosedPublic

Authored by aardappel on Sep 21 2018, 12:04 PM.

Details

Summary

By using the existing isCodeGenOnly bit in the tablegen defs, as
suggested by tlively in https://reviews.llvm.org/D51662

Tested: llvm-lit -v find test -name WebAssembly

Diff Detail

Repository
rL LLVM

Event Timeline

aardappel created this revision.Sep 21 2018, 12:04 PM
tlively accepted this revision.Sep 21 2018, 1:15 PM

Perfect!

This revision is now accepted and ready to land.Sep 21 2018, 1:15 PM
This revision was automatically updated to reflect the committed changes.