[all-commits] [llvm/llvm-project] 2e00eb: [FuncSpec][NFC] Remove SSA copy intrinsics in the ...

Alexandros Lamprineas via All-commits all-commits at lists.llvm.org
Thu Jul 27 00:41:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e00eba232c1bde0c4bcb254b36bbf47ac0ebf7e
      https://github.com/llvm/llvm-project/commit/2e00eba232c1bde0c4bcb254b36bbf47ac0ebf7e
  Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
  Date:   2023-07-27 (Thu, 27 Jul 2023)

  Changed paths:
    M llvm/unittests/Transforms/IPO/FunctionSpecializationTest.cpp

  Log Message:
  -----------
  [FuncSpec][NFC] Remove SSA copy intrinsics in the unittests.

Those are added by the SCCP Solver before invoking the Specializer.
They need to be removed otherwise the destructor of PredicateInfo
complains.

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




More information about the All-commits mailing list