[Test Commit] This is a test commit for https://reviews.llvm.org/D94904
authorArun R <quic_arangasa@quicinc.com>
Wed, 20 Jan 2021 09:44:01 +0000 (15:14 +0530)
committerArun R <quic_arangasa@quicinc.com>
Wed, 20 Jan 2021 09:51:34 +0000 (15:21 +0530)
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

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

index de5744d..7f6c4db 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic -post-RA-scheduler=1 -break-anti-dependencies=critical  | FileCheck %s
 
-; PR20308 ( http://llvm.org/bugs/show_bug.cgi?id=20308 )
+; PR20308 ( http://llvm.org/bugs/show_bug.cgi?id=20308 ).
 ; The critical-anti-dependency-breaker must not use register def information from a kill inst.
 ; This test case expects such an instruction to appear as a comment with def info for RDI.
 ; There is an anti-dependency (WAR) hazard using RAX using default reg allocation and scheduling.