Skip to content

Commit 7c9f3f1

Browse files
committed
review comment
- small improvement to testcase
1 parent 462fae7 commit 7c9f3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenHLSL/builtins/dot4add_u8packed.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Test basic lowering to runtime function call.
1010

11-
// CHECK-LABEL: test
11+
// CHECK-LABEL: define {{.*}}test
1212
uint test(uint a, uint b, uint c) {
1313
// CHECK: %[[RET:.*]] = call [[TY:i32]] @llvm.[[TARGET]].dot4add.u8packed([[TY]] %[[#]], [[TY]] %[[#]], [[TY]] %[[#]])
1414
// CHECK: ret [[TY]] %[[RET]]

0 commit comments

Comments
 (0)