This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly][NFC] Standardize SIMD multiclass format
ClosedPublic

Authored by tlively on Aug 15 2018, 11:12 AM.

Details

Summary

This CL changes the ExtractLane ISEL multiclass to more closely mirror
the structure of the splat and replace_lane multiclasses.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Aug 15 2018, 11:12 AM

This is a nonfunctional change except that it changes the names of the records for the extract_lane instructions.

dschuff accepted this revision.Aug 15 2018, 11:15 AM
This revision is now accepted and ready to land.Aug 15 2018, 11:15 AM
This revision was automatically updated to reflect the committed changes.