[PATCH] D40330: Separate ExecutionDepsFix into 3 parts - enable breaking false dependencies for all reg classes.
Marina Yatsina via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 23 08:09:34 PST 2017
myatsina updated this revision to Diff 124091.
myatsina marked an inline comment as done.
myatsina added a comment.
Fixed vector intialization.
Also incorporated comments from https://reviews.llvm.org/D40333 in this patch, which seems to be more appropriate than the later one.
Repository:
rL LLVM
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.124091.patch
Type: text/x-patch
Size: 47651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171123/e001311d/attachment.bin>
More information about the llvm-commits
mailing list