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 e20d466 commit fc6677fCopy full SHA for fc6677f
llvm/test/CodeGen/X86/critical-anti-dep-breaker.ll
@@ -1,6 +1,6 @@
1
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic -post-RA-scheduler=1 -break-anti-dependencies=critical | FileCheck %s
2
3
-; PR20308 ( http://llvm.org/bugs/show_bug.cgi?id=20308 )
+; PR20308 ( http://llvm.org/bugs/show_bug.cgi?id=20308 ).
4
; The critical-anti-dependency-breaker must not use register def information from a kill inst.
5
; This test case expects such an instruction to appear as a comment with def info for RDI.
6
; There is an anti-dependency (WAR) hazard using RAX using default reg allocation and scheduling.
0 commit comments