This is an archive of the discontinued LLVM Phabricator instance.

NFC: update/clean up affine PDT, related utils, its test case
ClosedPublic

Authored by bondhugula on Mar 16 2020, 12:50 AM.

Details

Summary
  • rename vars that had inst suffixes (due to ops earlier being known as insts); other renames for better readability
  • drop unnecessary matches in test cases
  • iterate without block terminator
  • comment/doc updates
  • instBodySkew -> affineForOpBodySkew

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

Diff Detail

Event Timeline

bondhugula created this revision.Mar 16 2020, 12:50 AM
ftynse accepted this revision.Mar 16 2020, 9:19 AM
This revision is now accepted and ready to land.Mar 16 2020, 9:19 AM
This revision was automatically updated to reflect the committed changes.