[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
Mon Jan 6 10:51:31 PST 2025
================
@@ -26,6 +26,11 @@
#include "llvm/Target/TargetLoweringObjectFile.h"
using namespace llvm;
+cl::opt<bool> KernelInfoEndLTO(
----------------
jdenny-ornl wrote:
Discussion continued [later](https://github.com/llvm/llvm-project/pull/102944#discussion_r1799726914). Resolving this thread.
https://github.com/llvm/llvm-project/pull/102944
More information about the llvm-commits
mailing list