[llvm] [KernelInfo] Implement new LLVM IR pass for GPU code analysis (PR #102944)

Joel E. Denny via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 16:33:59 PDT 2024


================
@@ -1354,6 +1354,12 @@ bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType,
   return TTIImpl->hasActiveVectorLength(Opcode, DataType, Alignment);
 }
 
+void TargetTransformInfo::collectLaunchBounds(
----------------
jdenny-ornl wrote:

Done.

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


More information about the llvm-commits mailing list