[PATCH] D23159: [mips] MIPSR6 delay slot filler optimization.

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 02:50:50 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 subscribers: sdardis, dsanders.

For MIPSR6 targets, stop the delay slot filler from picking an instruction
that would expose a load to CTI hazard.

Filling delay slots with 'speculative' instructions is not required. Those cases
can be turned into compact branches to avoid unnecessarily increasing codesize.

Repository:
  rL LLVM

https://reviews.llvm.org/D23159

Files:
  lib/Target/Mips/MipsDelaySlotFiller.cpp
  test/CodeGen/Mips/compactbranches/delay-slot-filler.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23159.66779.patch
Type: text/x-patch
Size: 4846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160804/4da5304a/attachment.bin>


More information about the llvm-commits mailing list