This is an archive of the discontinued LLVM Phabricator instance.

[VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).
ClosedPublic

Authored by fhahn on Nov 26 2019, 11:12 AM.

Details

Summary

The file is intended to gather various VPlan transformations, not only
CFG related transforms. Actually, the only transformation there is not
CFG related.

Diff Detail

Event Timeline

fhahn created this revision.Nov 26 2019, 11:12 AM
Herald added a project: Restricted Project. · View Herald Transcript

Build result: pass - 60310 tests passed, 0 failed and 732 were skipped.

Log files: console-log.txt, CMakeCache.txt

gilr added inline comments.Dec 6 2019, 11:26 AM
llvm/lib/Transforms/Vectorize/CMakeLists.txt
8–9

Lexicographic order.

fhahn updated this revision to Diff 232635.Dec 6 2019, 1:05 PM
fhahn marked an inline comment as done.

rebase & move VPlanTransforms.cpp in CmakeLists.txt

fhahn updated this revision to Diff 232636.Dec 6 2019, 1:07 PM

clang-format

Build result: pass - 60565 tests passed, 0 failed and 726 were skipped.

Log files: console-log.txt, CMakeCache.txt

Build result: pass - 60565 tests passed, 0 failed and 726 were skipped.

Log files: console-log.txt, CMakeCache.txt

gilr accepted this revision.Dec 6 2019, 10:43 PM

LGTM!

This revision is now accepted and ready to land.Dec 6 2019, 10:43 PM
This revision was automatically updated to reflect the committed changes.