This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Make bitmask instructions return unsigned ints
ClosedPublic

Authored by tlively on Aug 19 2021, 12:25 PM.

Details

Summary

Since they are bitmasks, it will be more common for them to be used and
potentially extended to 64-bit integers as unsigned values rather than signed
values.

Diff Detail

Event Timeline

tlively created this revision.Aug 19 2021, 12:25 PM
tlively requested review of this revision.Aug 19 2021, 12:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2021, 12:25 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aheejin accepted this revision.Aug 19 2021, 3:57 PM
This revision is now accepted and ready to land.Aug 19 2021, 3:57 PM

Thanks! Will move the relevant test changes up from https://reviews.llvm.org/D108412 to here before landing.