[llvm] [AMDGPU] Support function attribute to override postRA scheduling direction (PR #147708)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 19:52:30 PDT 2025
================
@@ -52,6 +52,11 @@ static cl::opt<unsigned>
cl::desc("Number of addresses from which to enable MIMG NSA."),
cl::init(2), cl::Hidden);
+static cl::opt<std::string>
+ AMDGPUPostRADirection("amdgpu-post-ra-direction",
----------------
shiltian wrote:
leftover?
https://github.com/llvm/llvm-project/pull/147708
More information about the llvm-commits
mailing list