[llvm] [Attributor] New attribute to identify what byte ranges are alive for an allocation (PR #66148)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 27 13:55:20 PDT 2023


================
@@ -64,7 +64,9 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/GraphWriter.h"
+#include "llvm/Support/JSON.h"
----------------
jdoerfert wrote:

Why do we need JSON?

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


More information about the llvm-commits mailing list