[PATCH] D23551: [mips] interAptiv based generic schedule model
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 06:00:08 PDT 2016
sdardis created this revision.
sdardis added reviewers: dsanders, vkalintiris.
sdardis added a subscriber: llvm-commits.
sdardis set the repository for this revision to rL LLVM.
Herald added a subscriber: sdardis.
This scheduler describes a processor which covers all MIPS ISAs based
around the interAptiv and P5600 timings.
Repository:
rL LLVM
https://reviews.llvm.org/D23551
Files:
lib/Target/Mips/Mips.td
lib/Target/Mips/MipsScheduleGeneric.td
test/CodeGen/Mips/biggot.ll
test/CodeGen/Mips/divrem.ll
test/CodeGen/Mips/fcopysign-f32-f64.ll
test/CodeGen/Mips/llvm-ir/add.ll
test/CodeGen/Mips/llvm-ir/and.ll
test/CodeGen/Mips/llvm-ir/mul.ll
test/CodeGen/Mips/llvm-ir/not.ll
test/CodeGen/Mips/llvm-ir/or.ll
test/CodeGen/Mips/llvm-ir/select-flt.ll
test/CodeGen/Mips/llvm-ir/select-int.ll
test/CodeGen/Mips/llvm-ir/sub.ll
test/CodeGen/Mips/llvm-ir/xor.ll
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/no-odd-spreg.ll
test/CodeGen/Mips/prevent-hoisting.ll
test/DebugInfo/Mips/dsr-fixed-objects.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23551.68168.patch
Type: text/x-patch
Size: 75582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/2ac202e9/attachment.bin>
More information about the llvm-commits
mailing list