This is an archive of the discontinued LLVM Phabricator instance.

[esan|wset] Fix incorrect memory size assert
ClosedPublic

Authored by bruening on Jul 6 2016, 11:45 AM.

Details

Summary

Fixes an incorrect assert that fails on 128-bit-sized loads or stores.
Augments the wset tests to include this case.

Diff Detail

Repository
rL LLVM

Event Timeline

bruening updated this revision to Diff 62925.Jul 6 2016, 11:45 AM
bruening retitled this revision from to [esan|wset] Fix incorrect memory size assert.
bruening updated this object.
bruening added a reviewer: aizatsky.
bruening added subscribers: llvm-commits, eugenis, kcc and 2 others.
aizatsky accepted this revision.Jul 6 2016, 11:49 AM
aizatsky edited edge metadata.
This revision is now accepted and ready to land.Jul 6 2016, 11:49 AM
This revision was automatically updated to reflect the committed changes.