[PATCH] D18594: CodeGen: Add a stand-alone hazard recognizer pass

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 09:24:09 PDT 2016


tstellarAMD updated this revision to Diff 52936.
tstellarAMD added a comment.

Don't call HazardRec->reset() at the start of blocks.  We want
to make sure we are able to detect hazards at the start of blocks.


http://reviews.llvm.org/D18594

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/CodeGen/ScheduleHazardRecognizer.h
  include/llvm/InitializePasses.h
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/PostRAHazardRecognizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18594.52936.patch
Type: text/x-patch
Size: 7980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160407/9e1c5be2/attachment.bin>


More information about the llvm-commits mailing list