We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7e506 commit 48fdb4bCopy full SHA for 48fdb4b
llvm/test/CodeGen/X86/apx/nf-regressions.ll
@@ -74,7 +74,7 @@ bb16: ; preds = %bb14, %bb11, %bb10,
74
ret void
75
}
76
77
-; Replacement of CMP should happen with SUB not with AND as it is AND_NF
+; We must not try to replace CMP with AND_NF as it sets no flags
78
define void @cmp_peephole_and_nf(i64 %arg0, ptr %ptr1, ptr %ptr2) {
79
; CHECK-LABEL: cmp_peephole_and_nf:
80
; CHECK: # %bb.0: # %entry
0 commit comments