[llvm] [AMDGPU] New AMDGPUInsertSingleUseVDST pass (PR #72388)
Carl Ritson via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 00:48:45 PST 2023
================
@@ -0,0 +1,120 @@
+//===- AMDGPUInsertSingleUseVDST.cpp - Insert s_singleuse_vdst instructions ==//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+//
+/// \file
+/// Insert s_singleuse_vdst instructions on GFX11.5+ to mark regions of VALU
----------------
perlfu wrote:
Currently this only marks regions of 1?
https://github.com/llvm/llvm-project/pull/72388
More information about the llvm-commits
mailing list