diff options
| author | Andrew Trick <atrick@apple.com> | 2013-12-05 17:56:02 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2013-12-05 17:56:02 +0000 |
| commit | 5a22df498e856b96018d66cdaeeb2e4c27be7b6b (patch) | |
| tree | fcd9e79febf29eabff4b461da824582f369063f7 /clang/lib/Sema | |
| parent | 880e573d98a404f9c1e4460df9527e97cdc6723c (diff) | |
| download | bcm5719-llvm-5a22df498e856b96018d66cdaeeb2e4c27be7b6b.tar.gz bcm5719-llvm-5a22df498e856b96018d66cdaeeb2e4c27be7b6b.zip | |
MI-Sched: Model "reserved" processor resources.
This allows a target to use MI-Sched as an in-order scheduler that
will model strict resource conflicts without defining a processor
itinerary. Instead, the target can now use the new per-operand machine
model and define in-order resources with BufferSize=0. For example,
this would allow restricting the type of operations that can be formed
into a dispatch group. (Normally NumMicroOps is sufficient to enforce
dispatch groups).
If the intent is to model latency in in-order pipeline, as opposed to
resource conflicts, then a resource with BufferSize=1 should be
defined instead.
This feature is only casually tested as there are no in-tree targets
using it yet. However, Hal will be experimenting with POWER7.
llvm-svn: 196517
Diffstat (limited to 'clang/lib/Sema')
0 files changed, 0 insertions, 0 deletions

