[llvm] [DXIL] Consume Metadata Analysis information in passes (PR #108034)

S. Bharadwaj Yadavalli via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 17:17:23 PDT 2024


================
@@ -14,7 +14,7 @@ target triple = "dxil-pc-shadermodel6.0-compute"
 
 declare i32 @some_val();
 
-define void @test_buffers() {
+define void @test_buffers() #0 {
----------------
bharadwajy wrote:

> If we allow zero entry points in tests we don't need this.

Reverted.

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


More information about the llvm-commits mailing list