diff options
author | Hal Finkel <hfinkel@anl.gov> | 2017-12-16 01:12:50 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2017-12-16 01:12:50 +0000 |
commit | 7333aa9f16013bf12e9b1947f636d8a4b4586ef0 (patch) | |
tree | ccbaee152b89e628f5bc44953460f7405e8c7ce3 /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py | |
parent | 4358a4034559283f63472c13879a3d54f6443a52 (diff) | |
download | bcm5719-llvm-7333aa9f16013bf12e9b1947f636d8a4b4586ef0.tar.gz bcm5719-llvm-7333aa9f16013bf12e9b1947f636d8a4b4586ef0.zip |
[LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp to VPlan.h
This is a small step forward to move VPlan stuff to where it should belong (i.e., VPlan.*):
1. VP*Recipe classes in LoopVectorize.cpp are moved to VPlan.h.
2. Many of VP*Recipe::print() and execute() definitions are still left in
LoopVectorize.cpp since they refer to things declared in LoopVectorize.cpp. To
be moved to VPlan.cpp at a later time.
3. InterleaveGroup class is moved from anonymous namespace to llvm namespace.
Referencing it in anonymous namespace from VPlan.h ended up in warning.
Patch by Hideki Saito, thanks!
Differential Revision: https://reviews.llvm.org/D41045
llvm-svn: 320900
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions