Resolves - https://github.com/llvm/llvm-project/issues/50528
Please review and suggest changes.
Differential D121688
Enable SeparateConstOffsetFromGEPPass() at -O3 gsocshubham on Mar 15 2022, 5:09 AM. Authored by
Details
Resolves - https://github.com/llvm/llvm-project/issues/50528 Please review and suggest changes.
Diff Detail
Unit Tests Event TimelineComment Actions Is it correct place to add SeparateConstOffsetFromGEPPass after AggressiveInstCombinePass since I want splitted GEP so that early cse can optimize it? |