[llvm] fc6677f - [Test Commit] This is a test commit for https://reviews.llvm.org/D94904

Arun R via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 01:52:02 PST 2021


Author: Arun R
Date: 2021-01-20T15:21:34+05:30
New Revision: fc6677f0bbaf8a4654ef138fc6b0411c75a7313f

URL: https://github.com/llvm/llvm-project/commit/fc6677f0bbaf8a4654ef138fc6b0411c75a7313f
DIFF: https://github.com/llvm/llvm-project/commit/fc6677f0bbaf8a4654ef138fc6b0411c75a7313f.diff

LOG: [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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/critical-anti-dep-breaker.ll b/llvm/test/CodeGen/X86/critical-anti-dep-breaker.ll
index de5744d3a88f..7f6c4db49490 100644
--- a/llvm/test/CodeGen/X86/critical-anti-dep-breaker.ll
+++ b/llvm/test/CodeGen/X86/critical-anti-dep-breaker.ll
@@ -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.


        


More information about the llvm-commits mailing list