[llvm-branch-commits] [DirectX] Move resource logic into PrettyPrinter and TranslateMetadata (PR #104446)
Justin Bogner via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 26 16:00:51 PDT 2024
================
@@ -12,13 +12,27 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
+#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
static void prettyPrintResources(raw_ostream &OS,
const dxil::Resources &MDResources) {
----------------
bogner wrote:
"Metadata". This is mostly a temporary thing while both DXILResourceAnalysis and DXILResourceMDAnalysis co-exist. The one with "MD" in the name will eventually be removed.
https://github.com/llvm/llvm-project/pull/104446
More information about the llvm-branch-commits
mailing list