Add DSB(Decoded Stream Buffer) subtarget feature.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
DSB part seems really out-of-place - it's not used in this patch.
I think these should be 2 NFC patches.
Comment Actions
It's hard to add tests for this sub-target feature. Could you please give me an example?
Comment Actions
How are you intending to use this feature? DSB is an uop-cache so are you intending to connect this to the instruction schedulers some how? Or is it going to affect instruction selection decisions?
Comment Actions
Sorry for replying your message so late. Yes, this feature is for some proprietary passes.
Comment Actions
Are these passes likely to pushed for review any time soon? I'd really prefer not to have yet more X86 feature flags added to trunk unless we have a clear purpose for them.