[all-commits] [llvm/llvm-project] 5265ff: [VLIWMachineScheduler] Disable default copy ctor a...
yubingex007-a11y via All-commits
all-commits at lists.llvm.org
Tue May 30 23:14:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5265ff253a87a229a01e88e467860d7f8ae6b2a0
https://github.com/llvm/llvm-project/commit/5265ff253a87a229a01e88e467860d7f8ae6b2a0
Author: Bing1 Yu <bing1.yu at intel.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M llvm/include/llvm/CodeGen/VLIWMachineScheduler.h
Log Message:
-----------
[VLIWMachineScheduler] Disable default copy ctor and copy assignment operator for VLIWSchedBoundary
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.
Reviewed By: JamesNagurne
Differential Revision: https://reviews.llvm.org/D151699
More information about the All-commits
mailing list