[PATCH] D40330: Separate ExecutionDepsFix into 4 parts - enable breaking false dependencies for all reg classes.
Marina Yatsina via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 14:35:23 PST 2017
myatsina updated this revision to Diff 126844.
myatsina retitled this revision from "Separate ExecutionDepsFix into 3 parts - enable breaking false dependencies for all reg classes." to "Separate ExecutionDepsFix into 4 parts - enable breaking false dependencies for all reg classes.".
myatsina edited the summary of this revision.
myatsina added a comment.
Herald added a subscriber: mgrang.
Changes based on comments in https://reviews.llvm.org/D40333
Changed LoopTraversal to not be a pass, but rather a class which returns the BB order and other passes can then traverse and process the BBs.
Separated some logic to a ReachingDefAnalysis pass which is used by both BreakFalsDeps and ExecutionDomainFix.
https://reviews.llvm.org/D40330
Files:
include/llvm/CodeGen/ExecutionDepsFix.h
include/llvm/InitializePasses.h
lib/CodeGen/ExecutionDepsFix.cpp
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86TargetMachine.cpp
test/CodeGen/ARM/deps-fix.ll
test/CodeGen/X86/break-false-dep.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40330.126844.patch
Type: text/x-patch
Size: 96092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171213/e4e2ce89/attachment-0001.bin>
More information about the llvm-commits
mailing list