[PATCH] D112264: [ARC] Upstream the Synopsys out-of-tree load/store increment pass

Mark Schimmel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 21 12:52:02 PDT 2021


marksl created this revision.
marksl added a reviewer: gyiu.
Herald added subscribers: mgrang, hiraditya, mgorny.
marksl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

There was a bug in ARCOptAddrMode.cpp found by external testing. Instead of maintaining the original pass I chose to upstream the Synopsys out-of-tree pass. It will be easier to maintain fixes and enhancements this way.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112264

Files:
  llvm/lib/Target/ARC/ARC.h
  llvm/lib/Target/ARC/ARCInstrInfo.td
  llvm/lib/Target/ARC/ARCOptAddrMode.cpp
  llvm/lib/Target/ARC/ARCSubtarget.h
  llvm/lib/Target/ARC/ARCTargetMachine.cpp
  llvm/lib/Target/ARC/ARCTargetMachine.h
  llvm/lib/Target/ARC/ARCUtil.cpp
  llvm/lib/Target/ARC/ARCUtil.h
  llvm/lib/Target/ARC/CMakeLists.txt
  llvm/lib/Target/ARC/MCTargetDesc/ARCMCUtil.cpp
  llvm/lib/Target/ARC/MCTargetDesc/ARCMCUtil.h
  llvm/lib/Target/ARC/MCTargetDesc/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112264.381366.patch
Type: text/x-patch
Size: 143692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211021/fcdfb000/attachment-0001.bin>


More information about the llvm-commits mailing list