aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-03-20 12:25:54 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-03-20 12:25:54 +0000
commit4704f0386bb8a29edb5d014ef7c00ef1b82fe78d (patch)
tree0259e9d0987c641812784514b3e69858e3ab902f /lldb/packages/Python/lldbsuite/test/lldbtest.py
parenta713ebea2456be61281e7570106a842357ce43a1 (diff)
downloadllvm-4704f0386bb8a29edb5d014ef7c00ef1b82fe78d.zip
llvm-4704f0386bb8a29edb5d014ef7c00ef1b82fe78d.tar.gz
llvm-4704f0386bb8a29edb5d014ef7c00ef1b82fe78d.tar.bz2
[llvm-mca] Move the routine that computes processor resource masks to its own file.
Function computeProcResourceMasks is used by the ResourceManager (owned by the Scheduler) to compute resource masks for processor resources. Before this refactoring, there was an implicit dependency between the Scheduler and the InstrBuilder. That is because InstrBuilder has to know about resource masks when computing the set of processor resources consumed by a new instruction. With this patch, the functionality that computes resource masks has been extracted from the ResourceManager, and moved to a separate file (Support.h). This helps removing the dependency between the Scheduler and the InstrBuilder. No functional change intended. llvm-svn: 327973
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions