[all-commits] [llvm/llvm-project] aabc71: ConstantFolding: remove function in context of opa...

Ramkumar Ramachandra via All-commits all-commits at lists.llvm.org
Fri Jul 28 09:46:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aabc71485a2dce11bbad9fbddac66428ddb41ef7
      https://github.com/llvm/llvm-project/commit/aabc71485a2dce11bbad9fbddac66428ddb41ef7
  Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
  Date:   2023-07-28 (Fri, 28 Jul 2023)

  Changed paths:
    M llvm/lib/Analysis/ConstantFolding.cpp

  Log Message:
  -----------
  ConstantFolding: remove function in context of opaque ptrs

The function StripPtrCastKeepAS() no longer makes any sense, as we've
migrated to using opaque pointers throughout the codebase. Hence, remove
it. No changes to tests are required.

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




More information about the All-commits mailing list