[PATCH] D72939: [Schedule] Add a MultiHazardRecognizer

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 10:49:07 PDT 2020


dmgreen updated this revision to Diff 300042.
dmgreen added a comment.

Thanks for the suggestions. Changed to use unique_ptr's and cleaned up the brackets/virtuals.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72939/new/

https://reviews.llvm.org/D72939

Files:
  llvm/include/llvm/CodeGen/MultiHazardRecognizer.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/MultiHazardRecognizer.cpp
  llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
  llvm/lib/Target/ARM/ARMHazardRecognizer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72939.300042.patch
Type: text/x-patch
Size: 9567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201022/6c4580e2/attachment-0001.bin>


More information about the llvm-commits mailing list