[llvm-branch-commits] [llvm] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 24 14:40:16 PST 2025
================
@@ -7,19 +7,42 @@
//===----------------------------------------------------------------------===//
#include "llvm/BinaryFormat/DXContainer.h"
-#include <cstdint>
-#include <limits>
+#include "llvm/Support/BinaryStreamWriter.h"
+#include "llvm/Support/raw_ostream.h"
+#include <map>
+#include <string>
----------------
joaosaffran wrote:
Refactored to re move the use of those.
https://github.com/llvm/llvm-project/pull/128577
More information about the llvm-branch-commits
mailing list