[PATCH] D78047: [AntiDepBreaker][NFC] Move AntiDepBreaker.h to include folder

Thomas Raoux via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 13:00:10 PDT 2020


ThomasRaoux created this revision.
ThomasRaoux added reviewers: kariddi, majnemer, MatzeB.
Herald added subscribers: llvm-commits, javed.absar, hiraditya.
Herald added a project: LLVM.

This allows AntiDepBreaker to be used in target specific postRA scheduler.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78047

Files:
  llvm/include/llvm/CodeGen/AntiDepBreaker.h
  llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
  llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
  llvm/lib/CodeGen/AntiDepBreaker.h
  llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
  llvm/lib/CodeGen/CriticalAntiDepBreaker.h
  llvm/lib/CodeGen/PostRASchedulerList.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78047.257067.patch
Type: text/x-patch
Size: 4845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200413/c95dbfbc/attachment.bin>


More information about the llvm-commits mailing list