This is an archive of the discontinued LLVM Phabricator instance.

[NewGVN] Make NewGVN aware of aligned_alloc
ClosedPublic

Authored by bondhugula on Mar 28 2020, 12:37 AM.

Details

Summary

Make the New GVN pass aware of aligned_alloc.

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Depends on D76975.

Diff Detail

Event Timeline

bondhugula created this revision.Mar 28 2020, 12:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2020, 12:37 AM

Add test case

xbolva00 accepted this revision.Mar 29 2020, 9:38 AM
This revision is now accepted and ready to land.Mar 29 2020, 9:38 AM
fhahn added a subscriber: fhahn.Mar 29 2020, 10:22 AM

Please prefix the commit message with something like [NewGVN]

Please prefix the commit message with something like [NewGVN]

Even if NewGVN already appears in the title? Thanks.

bondhugula retitled this revision from Make NewGVN aware of aligned_alloc to [NewGVN] Make NewGVN aware of aligned_alloc.Mar 31 2020, 10:49 AM
This revision was automatically updated to reflect the committed changes.