[llvm] [NFC][LLVM][AMDGPU] Cleanup pass initialization for AMDGPU (PR #134410)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 4 14:09:46 PDT 2025


================
@@ -54,13 +52,7 @@ static bool shouldScheduleAdjacent(const TargetInstrInfo &TII_,
   return false;
 }
 
-} // end namespace
-
-
-namespace llvm {
-
-std::unique_ptr<ScheduleDAGMutation> createAMDGPUMacroFusionDAGMutation() {
+std::unique_ptr<ScheduleDAGMutation>
----------------
jurahul wrote:

Fair enough, I reverted this file.

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


More information about the llvm-commits mailing list