[llvm] [SPIRV] Add write to image buffer for shaders. (PR #115927)
Nathan Gauër via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 06:59:16 PST 2024
================
@@ -0,0 +1,37 @@
+; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv-vulkan-library %s -o - | FileCheck %s
----------------
Keenuts wrote:
Shall we enable optimizations? Input is from an external function, output should not be optimzed away, and thus we could check passes are fine with what we do, and verify our intrinsics don't get optimized away?
https://github.com/llvm/llvm-project/pull/115927
More information about the llvm-commits
mailing list