[llvm] [NFC][DirectX] Refactor `DXILPrepare`/`DXILTranslateMetadata` (PR #164285)

Finn Plummer via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 20 10:32:24 PDT 2025


================
@@ -10,7 +10,6 @@ entry:
 }
 
 ; CHECK-NOT: !dx.rootsignatures
-; CHECK-NOT: {{^!}}
----------------
inbelic wrote:

This would check that no other metadata was defined in the file. Since `translate-metadata` will also emit the other metadata structures, this check will no longer hold. But we do still correctly check that the root signature metadata is removed.

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


More information about the llvm-commits mailing list