[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:34:26 PDT 2024
================
@@ -26,6 +26,11 @@
#include "llvm/Target/TargetLoweringObjectFile.h"
using namespace llvm;
+cl::opt<bool> KernelInfoEndLTO(
----------------
jdenny-ornl wrote:
Done. But I converted -kernel-info-end-lto to -no-kernel-info-end-lto so it's still possible to experiment with positioning kernel-info elsewhere in a pass pipeline, as described in KernelInfo.rst.
https://github.com/llvm/llvm-project/pull/102944
More information about the llvm-commits
mailing list