[llvm] [MachineSSAUpdater][AMDGPU] Add faster version of MachineSSAUpdater class. (PR #145722)
Christudasan Devadasan via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 08:47:42 PDT 2025
================
@@ -0,0 +1,78 @@
+//===- MachineSSAUpdaterBulk.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 MachineSSAUpdater2 class.
----------------
cdevadas wrote:
The filename MachineSSAUpdater2 doesn't look good. Can you give a meaningful suffix?
https://github.com/llvm/llvm-project/pull/145722
More information about the llvm-commits
mailing list