[PATCH] D16353: [mips] MIPSR6 compact branch support
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 09:50:34 PST 2016
sdardis updated this revision to Diff 45548.
sdardis marked 6 inline comments as done.
sdardis added a comment.
Addressed comments. Shifted the $zero detection for branches into MipsInstrInfo::getInstrWithNewOpc. I've elected to keep the separate hazard pass for the moment, see my reply there.
Thanks,
Simon
http://reviews.llvm.org/D16353
Files:
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Mips.h
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsHazardSchedule.cpp
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.h
lib/Target/Mips/MipsTargetMachine.cpp
test/CodeGen/Mips/analyzebranch.ll
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/compact-branches.ll
test/CodeGen/Mips/fcmp.ll
test/CodeGen/Mips/fpbr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16353.45548.patch
Type: text/x-patch
Size: 31603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160121/13c41658/attachment.bin>
More information about the llvm-commits
mailing list