[llvm] [DirectX] Make dx.RawBuffer an op that can't be replaced (PR #154620)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 28 14:19:56 PDT 2025


================
@@ -0,0 +1,12 @@
+; REQUIRES: asserts
+; RUN: not --crash llvm-as %s -o /dev/null 2>&1 | FileCheck %s
+
+define void @f(target("dx.RawBuffer", half, 1, 0) %A, target("dx.RawBuffer", half, 1, 0) %B) {
----------------
farzonl wrote:

To explain the file naming convention for all these verifer tests I used the name of the test I copied from and swapped in the  target extention type switching only the word token to tokenlike.

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


More information about the llvm-commits mailing list