[PATCH] D46817: change passing ScheduleDAG with ScheduleDAGInstrs when creating HazaradRec

Atheel Massalha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 00:42:33 PDT 2018


atheel.ma created this revision.
atheel.ma added reviewers: atrick, stoklund.
Herald added a subscriber: llvm-commits.

- let CreateTargetMIHazardRecognizer and CreateTargetPostRAHazardRecognizer to use ScheduleDAGInstrs instead of ScheduleDAG.

this way we will be able to use AliasAnalysis inside the HazaradRec


Repository:
  rL LLVM

https://reviews.llvm.org/D46817

Files:
  include/llvm/CodeGen/ScoreboardHazardRecognizer.h
  include/llvm/CodeGen/TargetInstrInfo.h
  lib/CodeGen/ScoreboardHazardRecognizer.cpp
  lib/CodeGen/TargetInstrInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46817.146543.patch
Type: text/x-patch
Size: 4208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180514/33ca1b10/attachment.bin>


More information about the llvm-commits mailing list