[all-commits] [llvm/llvm-project] 2b09c5: [CodeGen] Disable default copy assignment operator...

yubingex007-a11y via All-commits all-commits at lists.llvm.org
Tue Jun 6 23:33:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b09c50f69b79470d19e3621c4f526b9d81af306
      https://github.com/llvm/llvm-project/commit/2b09c50f69b79470d19e3621c4f526b9d81af306
  Author: Bing1 Yu <bing1.yu at intel.com>
  Date:   2023-06-07 (Wed, 07 Jun 2023)

  Changed paths:
    M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp

  Log Message:
  -----------
  [CodeGen] Disable default copy assignment operator for struct VectorInfo

struct VectorInfo 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: kazu

Differential Revision: https://reviews.llvm.org/D152230




More information about the All-commits mailing list