Skip to content

Commit fc6677f

Browse files
committed
[Test Commit] This is a test commit for https://reviews.llvm.org/D94904
D94904 Reviewed by xbolva00 Reviewers for D94904: llvm-commits, MatzeB, craig.topper, kparzysz, efriedma, pengfei, wxiao3, xbolva00 Subscribers for D94904: llvm-commits, xbolva00 D94904 Differential Revision: https://reviews.llvm.org/D94904
1 parent e20d466 commit fc6677f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/critical-anti-dep-breaker.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic -post-RA-scheduler=1 -break-anti-dependencies=critical | FileCheck %s
22

3-
; PR20308 ( http://llvm.org/bugs/show_bug.cgi?id=20308 )
3+
; PR20308 ( http://llvm.org/bugs/show_bug.cgi?id=20308 ).
44
; The critical-anti-dependency-breaker must not use register def information from a kill inst.
55
; This test case expects such an instruction to appear as a comment with def info for RDI.
66
; There is an anti-dependency (WAR) hazard using RAX using default reg allocation and scheduling.

0 commit comments

Comments
 (0)