This is an archive of the discontinued LLVM Phabricator instance.

Make foldMemoryOperandImpl() insert instructions instead of caller.
AbandonedPublic

Authored by vkalintiris on Apr 21 2015, 10:35 AM.

Details

Reviewers
dsanders
Summary

This patch changes the semantics of the foldMemoryOperandImpl() method in
order to insert the newly constructed instruction into the machine basic
block. We use this change in order to store zero to memory using the $zero
register on Mips.

Diff Detail

Event Timeline

vkalintiris retitled this revision from to Make foldMemoryOperandImpl() insert instructions instead of caller..
vkalintiris updated this object.
vkalintiris edited the test plan for this revision. (Show Details)
vkalintiris added a reviewer: dsanders.
vkalintiris added a subscriber: Unknown Object (MLST).
vkalintiris abandoned this revision.Jun 5 2016, 10:38 AM