This is an archive of the discontinued LLVM Phabricator instance.

[LoopIdiomRecognize][Remarks] Track loop-strided store to/from blocks
ClosedPublic

Authored by jroelofs on Sep 16 2021, 2:36 PM.

Diff Detail

Event Timeline

jroelofs created this revision.Sep 16 2021, 2:36 PM
jroelofs requested review of this revision.Sep 16 2021, 2:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2021, 2:36 PM
jroelofs updated this revision to Diff 373085.Sep 16 2021, 2:58 PM
jroelofs updated this revision to Diff 373088.
anemet accepted this revision.Sep 16 2021, 3:41 PM

LGTM, thanks.

llvm/test/Transforms/LoopIdiom/memcpy-debugify-remarks.ll
26

should we check FromBlock ToBlock here too?

This revision is now accepted and ready to land.Sep 16 2021, 3:41 PM
jroelofs marked an inline comment as done.Sep 16 2021, 3:47 PM
jroelofs added inline comments.
llvm/test/Transforms/LoopIdiom/memcpy-debugify-remarks.ll
26

oops, yes.

This revision was landed with ongoing or failed builds.Sep 16 2021, 3:47 PM
This revision was automatically updated to reflect the committed changes.
jroelofs marked an inline comment as done.