This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Use 'I' multiclass template for br_table (NFC)
ClosedPublic

Authored by aheejin on Jan 6 2019, 8:19 PM.

Details

Summary

We don't need to explicitly use NI anymore because we now don't use
let statements within the definitions.

Diff Detail

Repository
rL LLVM

Event Timeline

aheejin created this revision.Jan 6 2019, 8:19 PM
aheejin edited the summary of this revision. (Show Details)Jan 6 2019, 8:22 PM
aheejin edited the summary of this revision. (Show Details)
aheejin edited the summary of this revision. (Show Details)
aheejin retitled this revision from [WebAssembly] Use 'I' multiclass template for br_table to [WebAssembly] Use 'I' multiclass template for br_table (NFC).
aardappel accepted this revision.Jan 7 2019, 9:36 AM

Ah, nice fix!

This revision is now accepted and ready to land.Jan 7 2019, 9:36 AM
This revision was automatically updated to reflect the committed changes.