This is an archive of the discontinued LLVM Phabricator instance.

Enable SeparateConstOffsetFromGEPPass() at -O3
Needs ReviewPublic

Authored by gsocshubham on Mar 15 2022, 5:09 AM.

Details

Summary

Resolves - https://github.com/llvm/llvm-project/issues/50528

Please review and suggest changes.

Diff Detail

Event Timeline

gsocshubham created this revision.Mar 15 2022, 5:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2022, 5:09 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
gsocshubham requested review of this revision.Mar 15 2022, 5:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2022, 5:09 AM
gsocshubham retitled this revision from Enable SeparateConstOffsetFromGEPPass at -O3 to Enable SeparateConstOffsetFromGEPPass() at -O3.Mar 15 2022, 5:10 AM

Is it correct place to add SeparateConstOffsetFromGEPPass after AggressiveInstCombinePass since I want splitted GEP so that early cse can optimize it?