Skip to content

Commit 3702e7e

Browse files
committed
Merge changes to ResMayAlias and UseNativeLowPrecision shader flag tests with this PR
1 parent aacecff commit 3702e7e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

llvm/test/CodeGen/DirectX/ShaderFlags/res-may-alias-0.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target triple = "dxil-pc-shadermodel6.8-library"
1010
; CHECK-NEXT: Shader Flags Value: 0x200000010
1111

1212
; CHECK: Note: extra DXIL module flags:
13-
; CHECK: Raw and Structured buffers
13+
; CHECK: Raw and structured buffers
1414
; CHECK: Any UAV may not alias any other UAV
1515
;
1616

llvm/test/CodeGen/DirectX/ShaderFlags/res-may-alias-1.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target triple = "dxil-pc-shadermodel6.8-library"
1010
; CHECK-NEXT: Shader Flags Value: 0x00000010
1111

1212
; CHECK: Note: extra DXIL module flags:
13-
; CHECK: Raw and Structured buffers
13+
; CHECK: Raw and structured buffers
1414
; CHECK-NOT: Any UAV may not alias any other UAV
1515
;
1616

llvm/test/CodeGen/DirectX/ShaderFlags/res-may-not-alias-sm6.6.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target triple = "dxil-pc-shadermodel6.6-library"
1010
; CHECK-NEXT: Shader Flags Value: 0x00000010
1111

1212
; CHECK: Note: extra DXIL module flags:
13-
; CHECK: Raw and Structured buffers
13+
; CHECK: Raw and structured buffers
1414
; CHECK-NOT: Any UAV may not alias any other UAV
1515
;
1616

llvm/test/CodeGen/DirectX/ShaderFlags/res-may-not-alias-sm6.7.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ target triple = "dxil-pc-shadermodel6.7-library"
1111
; CHECK-NEXT: Shader Flags Value: 0x200000010
1212

1313
; CHECK: Note: extra DXIL module flags:
14-
; CHECK: Raw and Structured buffers
14+
; CHECK: Raw and structured buffers
1515
; CHECK: Any UAV may not alias any other UAV
1616
;
1717

llvm/test/CodeGen/DirectX/ShaderFlags/res-may-not-alias-valver1.8.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ target triple = "dxil-pc-shadermodel6.7-library"
1111
; CHECK-NEXT: Shader Flags Value: 0x200000010
1212

1313
; CHECK: Note: extra DXIL module flags:
14-
; CHECK: Raw and Structured buffers
14+
; CHECK: Raw and structured buffers
1515
; CHECK: Any UAV may not alias any other UAV
1616
;
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target triple = "dxil-pc-shadermodel6.7-library"
1010
;CHECK-NEXT: ;
1111
;CHECK-NEXT: ; Note: shader requires additional functionality:
1212
;CHECK-NEXT: ; Note: extra DXIL module flags:
13-
;CHECK-NEXT: ; D3D11_1_SB_GLOBAL_FLAG_ENABLE_MINIMUM_PRECISION
13+
;CHECK-NEXT: ; Low-precision data types
1414
;CHECK-NOT: ; Native 16bit types enabled
1515
;CHECK-NEXT: ;
1616
;CHECK-NEXT: ; Shader Flags for Module Functions

0 commit comments

Comments
 (0)