This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add immarg attribute to intrinsics
ClosedPublic

Authored by aheejin on Mar 16 2019, 12:46 AM.

Details

Summary

After D57825 (r355981), intrinsic arguments that are immediate values
should be marked as ImmArg.

Diff Detail

Repository
rL LLVM

Event Timeline

aheejin created this revision.Mar 16 2019, 12:46 AM
tlively accepted this revision.Mar 16 2019, 12:47 PM

I didn't know you could do that! Thanks :)

This revision is now accepted and ready to land.Mar 16 2019, 12:47 PM
dschuff accepted this revision.Mar 18 2019, 1:37 PM
This revision was automatically updated to reflect the committed changes.