[llvm] [MachineSSAUpdater][AMDGPU] Add faster version of MachineSSAUpdater class. (PR #145722)

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 08:51:19 PDT 2025


================
@@ -0,0 +1,80 @@
+//===- MachineIDFSSAUpdater.h - Unstructured SSA Update Tool ----*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file declares the MachineIDFSSAUpdater class.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_TRANSFORMS_UTILS_MACHINE_SSAUPDATER2_H
----------------
petar-avramovic wrote:

SSAUPDATER2 -> IDFSSAUPDATER

https://github.com/llvm/llvm-project/pull/145722


More information about the llvm-commits mailing list