[PATCH] D52174: [TableGen][SubtargetEmitter] Add the ability for processor models to describe dependency breaking instructions.
Andrea Di Biagio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 09:56:21 PDT 2018
andreadb updated this revision to Diff 165783.
andreadb marked 2 inline comments as done.
andreadb added a comment.
Patch updated.
Addressed review comments.
Added a TODO comment to test zero-idioms-avx-256.s. Processor resource cycles consumed by VXORPSYrr and VXORPDYrr are wrongly set to 2cy (instead of 1cy).
https://reviews.llvm.org/D52174
Files:
include/llvm/CodeGen/TargetSubtargetInfo.h
include/llvm/MC/MCInstrAnalysis.h
include/llvm/Target/TargetInstrPredicate.td
lib/MC/MCInstrAnalysis.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/X86ScheduleBtVer2.td
test/tools/llvm-mca/X86/BtVer2/zero-idioms-avx-256.s
tools/llvm-mca/include/Instruction.h
tools/llvm-mca/lib/InstrBuilder.cpp
tools/llvm-mca/lib/Stages/DispatchStage.cpp
tools/llvm-mca/lib/Stages/RetireStage.cpp
utils/TableGen/CodeGenSchedule.cpp
utils/TableGen/CodeGenSchedule.h
utils/TableGen/PredicateExpander.cpp
utils/TableGen/PredicateExpander.h
utils/TableGen/SubtargetEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52174.165783.patch
Type: text/x-patch
Size: 61162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180917/757a8c04/attachment.bin>
More information about the llvm-commits
mailing list