[llvm] [DirectX] Set whole-module flags prior to evaluating per-function flags (PR #139967)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 10:28:36 PDT 2025


================
@@ -8,7 +8,7 @@
 ; CHECK-NEXT: ;       Disable shader optimizations
 
 ; CHECK: ; Shader Flags for Module Functions
-; CHECK: ; Function main : 0x00000000
+; CHECK: ; Function main : 0x00000001
----------------
farzonl wrote:

Do these disable-opt-*.ll tests make sense anymore? Now that that block of code is removed?

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


More information about the llvm-commits mailing list