class VLIWSchedBoundary manages resources such as dynamically allocated memory, it's generally a good practice to either implement a custom copy constructor or disable the default one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/CodeGen/VLIWMachineScheduler.h | ||
---|---|---|
155 | What is the reasoning here? It's not obvious to me. |
llvm/include/llvm/CodeGen/VLIWMachineScheduler.h | ||
---|---|---|
155 | class VLIWSchedBoundary manages resources such as dynamically allocated memory, it's generally a good practice to either implement a custom copy constructor or disable the default one. |
llvm/include/llvm/CodeGen/VLIWMachineScheduler.h | ||
---|---|---|
155 | Understood! Was just curious if there was any other motive. LGTM |
What is the reasoning here? It's not obvious to me.