[PATCH] D158568: [TableGen] Rename ResourceCycles and StartAtCycle to clarify semantics

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 4 04:54:08 PDT 2023


wangpc added a comment.

In D158568#4636688 <https://reviews.llvm.org/D158568#4636688>, @fpetrogalli wrote:

> In D158568#4623906 <https://reviews.llvm.org/D158568#4623906>, @wangpc wrote:
>
>> Is there any example show how `AcquireAtCycles` can be used to model scheduling? It's all 0s by default? I don't really understand how it works. :-)
>
> You can watch the talk that describes what `StartAtCycle` (which became `AcquireAtCycle`) is for: https://www.youtube.com/watch?v=XWBVLcdzmFg

Oh thanks! That's really helpful! I understand it now, thanks for your admirable works! :-)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158568/new/

https://reviews.llvm.org/D158568



More information about the llvm-commits mailing list