[llvm] [AMDGPU] Filter candidates of LiveRegOptimizer for profitable cases (PR #124624)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 01:53:22 PST 2025


================
@@ -45,6 +46,7 @@ class AMDGPULateCodeGenPrepare
   Function &F;
   const DataLayout &DL;
   const GCNSubtarget &ST;
+  const TargetTransformInfo &TTI;
----------------
arsenm wrote:

Use the target specific subclass 

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


More information about the llvm-commits mailing list