[PATCH] D20353: [Sparc][LEON] Erratum fix. Insert NOP after LD or LDF instruction

Chris Dewhurst via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 00:53:53 PDT 2016


lero_chris created this revision.
lero_chris added a reviewer: jacob_hansen.
lero_chris added a subscriber: llvm-commits.
lero_chris set the repository for this revision to rL LLVM.
Herald added a subscriber: jyknight.

Due to an erratum in some versions of LEON, we must insert a NOP after any LD or LDF instruction to ensure the processor has time to load the value correctly before using it. This pass will implement that erratum fix.

Repository:
  rL LLVM

http://reviews.llvm.org/D20353

Files:
  lib/Target/Sparc/CMakeLists.txt
  lib/Target/Sparc/LeonFeatures.td
  lib/Target/Sparc/LeonPasses.cpp
  lib/Target/Sparc/LeonPasses.h
  lib/Target/Sparc/Sparc.td
  lib/Target/Sparc/SparcISelLowering.cpp
  lib/Target/Sparc/SparcSubtarget.cpp
  lib/Target/Sparc/SparcSubtarget.h
  lib/Target/Sparc/SparcTargetMachine.cpp
  lib/Target/Sparc/SparcTargetMachine.h
  test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20353.57567.patch
Type: text/x-patch
Size: 10919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160518/2c4c7551/attachment-0001.bin>


More information about the llvm-commits mailing list