Skip to content

Commit 1c60e33

Browse files
committed
Fix additional exact comment
Signed-off-by: John Lu <[email protected]>
1 parent f0d654a commit 1c60e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/srl64_reduce.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ define <2 x i64> @srl_v2_metadata(<2 x i64> %arg0, ptr %arg1.ptr) {
114114
ret <2 x i64> %srl
115115
}
116116

117-
; Shifted bits matter for exact shift. Reduction must not be done.
117+
; Exact attribute does not inhibit reduction
118118
define <2 x i64> @srl_exact_v2_metadata(<2 x i64> %arg0, ptr %arg1.ptr) {
119119
; CHECK-LABEL: srl_exact_v2_metadata:
120120
; CHECK: ; %bb.0:

0 commit comments

Comments
 (0)