This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Look through invariant group intrinsics when removing malloc
ClosedPublic

Authored by aeubanks on Jul 14 2021, 2:02 PM.

Details

Summary

Fixes some regressions with -fstrict-vtable-pointers in llvm-test-suite.

Diff Detail

Event Timeline

aeubanks created this revision.Jul 14 2021, 2:02 PM
aeubanks requested review of this revision.Jul 14 2021, 2:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2021, 2:02 PM
lebedev.ri accepted this revision.Jul 14 2021, 2:04 PM
lebedev.ri added a subscriber: lebedev.ri.

LG

llvm/test/Transforms/InstCombine/malloc-free-delete.ll
441

Please precommit

This revision is now accepted and ready to land.Jul 14 2021, 2:04 PM
aeubanks updated this revision to Diff 358751.Jul 14 2021, 2:17 PM

precommit test

This revision was landed with ongoing or failed builds.Jul 15 2021, 9:02 AM
This revision was automatically updated to reflect the committed changes.

Sorry for late reply. Although I don't have experience in this pass, it looks good!