Skip to content

Commit 444fec9

Browse files
committed
Fixup use-native-low-precision.ll test to use the updated module flag descriptions
1 parent 3675c3c commit 444fec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/DirectX/ShaderFlags/use-native-low-precision.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ target triple = "dxil-pc-shadermodel6.7-library"
77
;CHECK-NEXT: ;
88
;CHECK-NEXT: ; Note: shader requires additional functionality:
99
;CHECK-NEXT: ; Note: extra DXIL module flags:
10-
;CHECK-NEXT: ; D3D11_1_SB_GLOBAL_FLAG_ENABLE_MINIMUM_PRECISION
11-
;CHECK-NEXT: ; Native 16bit types enabled
10+
;CHECK-NEXT: ; Low-precision data types
11+
;CHECK-NEXT: ; Use native low precision
1212
;CHECK-NEXT: ;
1313
;CHECK-NEXT: ; Shader Flags for Module Functions
1414

0 commit comments

Comments
 (0)