diff options
author | Matt Davis <Matthew.Davis@sony.com> | 2018-11-07 19:20:04 +0000 |
---|---|---|
committer | Matt Davis <Matthew.Davis@sony.com> | 2018-11-07 19:20:04 +0000 |
commit | 23f7106eccb32ee25cc1dbe8a39f17ca543fa3b9 (patch) | |
tree | 2a5e9512974fd0691dc28d9695170efa3ff26cb0 /llvm/lib/CodeGen/MachineOutliner.cpp | |
parent | 2a6f3f5fa20b231ba75294430af2bd3c9cb5db28 (diff) | |
download | llvm-23f7106eccb32ee25cc1dbe8a39f17ca543fa3b9.zip llvm-23f7106eccb32ee25cc1dbe8a39f17ca543fa3b9.tar.gz llvm-23f7106eccb32ee25cc1dbe8a39f17ca543fa3b9.tar.bz2 |
[llvm-mca] Move the AssembleInput logic into its own class.
Summary:
This patch introduces a CodeRegionGenerator class which is responsible for parsing some type of input and creating a 'CodeRegions' instance for use by llvm-mca. In the future, we will also have a CodeRegionGenerator subclass for converting an input object file into CodeRegions. For now, we only have the subclass for converting input assembly into CodeRegions.
This is mostly a NFC patch, as the logic remains close to the original, but now encapsulated in its own class and moved outside of llvm-mca.cpp.
Reviewers: andreadb, courbet, RKSimon
Reviewed By: andreadb
Subscribers: mgorny, tschuett, gbedwell, llvm-commits
Differential Revision: https://reviews.llvm.org/D54179
llvm-svn: 346344
Diffstat (limited to 'llvm/lib/CodeGen/MachineOutliner.cpp')
0 files changed, 0 insertions, 0 deletions