[PATCH] D49196: [llvm-mca][BtVer2] teach how to identify false dependencies on partially written registers.

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 03:45:15 PDT 2018


andreadb updated this revision to Diff 155147.
andreadb marked 7 inline comments as done.
andreadb added a comment.

Patch updated.

Addressed review comments.


https://reviews.llvm.org/D49196

Files:
  include/llvm/Target/TargetSchedule.td
  lib/Target/X86/X86ScheduleBtVer2.td
  test/tools/llvm-mca/X86/BtVer2/partial-reg-update-2.s
  test/tools/llvm-mca/X86/BtVer2/partial-reg-update-3.s
  test/tools/llvm-mca/X86/BtVer2/partial-reg-update-4.s
  test/tools/llvm-mca/X86/BtVer2/partial-reg-update-5.s
  test/tools/llvm-mca/X86/BtVer2/partial-reg-update-6.s
  tools/llvm-mca/Instruction.cpp
  tools/llvm-mca/Instruction.h
  tools/llvm-mca/RegisterFile.cpp
  tools/llvm-mca/RegisterFile.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49196.155147.patch
Type: text/x-patch
Size: 35155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180712/a216469a/attachment-0001.bin>


More information about the llvm-commits mailing list