[llvm] [SPIRV] Add reads from image buffer for shaders. (PR #115178)

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 08:37:50 PST 2024


================
@@ -32,6 +32,7 @@
 #include "llvm/CodeGen/TargetOpcodes.h"
 #include "llvm/IR/IntrinsicsSPIRV.h"
 #include "llvm/Support/Debug.h"
+#include <llvm-14/llvm/ADT/StringExtras.h>
----------------
Keenuts wrote:

Include should be `llvm/ADT/StringExtras.h` no? (and sorted)

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


More information about the llvm-commits mailing list