[PATCH] D45695: [CodeGen] Use RegUnits to track register aliases (NFC)

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 08:08:52 PDT 2018


junbuml updated this revision to Diff 142941.
junbuml added a comment.

Addressed Matthias' comment by moving TargetInstrInfo::trackRegDefsUses into LiveRegUnits::accumulateUsedDefed.


https://reviews.llvm.org/D45695

Files:
  include/llvm/CodeGen/LiveRegUnits.h
  include/llvm/CodeGen/TargetInstrInfo.h
  lib/CodeGen/MachineSink.cpp
  lib/CodeGen/TargetInstrInfo.cpp
  lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45695.142941.patch
Type: text/x-patch
Size: 20729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180418/4da98772/attachment.bin>


More information about the llvm-commits mailing list