Skip to content

Commit 48fdb4b

Browse files
committed
Reword the test comment
1 parent 6b7e506 commit 48fdb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/apx/nf-regressions.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ bb16: ; preds = %bb14, %bb11, %bb10,
7474
ret void
7575
}
7676

77-
; Replacement of CMP should happen with SUB not with AND as it is AND_NF
77+
; We must not try to replace CMP with AND_NF as it sets no flags
7878
define void @cmp_peephole_and_nf(i64 %arg0, ptr %ptr1, ptr %ptr2) {
7979
; CHECK-LABEL: cmp_peephole_and_nf:
8080
; CHECK: # %bb.0: # %entry

0 commit comments

Comments
 (0)