[llvm] [DirectX] Infrastructure to collect shader flags for each function (PR #112967)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 15:05:57 PST 2024
================
@@ -11,7 +11,6 @@ attributes #0 = { convergent norecurse nounwind "hlsl.export"}
; CHECK: - Name: SFI0
; CHECK-NEXT: Size: 8
; CHECK-NEXT: Flags:
-; CHECK-NEXT: Doubles: true
-; CHECK-NOT: {{[A-Za-z]+: +true}}
+; CHECK: Doubles: true
; CHECK: DX11_1_DoubleExtensions: true
----------------
bogner wrote:
It'd be nice to have consistent whitespace across the check lines
https://github.com/llvm/llvm-project/pull/112967
More information about the llvm-commits
mailing list