[all-commits] [llvm/llvm-project] de5186: [AMDGPU] Add Reset function to GCNHazardRecognizer

Austin Kerbow via All-commits all-commits at lists.llvm.org
Wed Oct 28 16:33:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: de518673436ecea229076827ee1f3131482d8f41
      https://github.com/llvm/llvm-project/commit/de518673436ecea229076827ee1f3131482d8f41
  Author: Austin Kerbow <Austin.Kerbow at amd.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll
    A llvm/test/CodeGen/AMDGPU/post-ra-sched-reset.mir

  Log Message:
  -----------
  [AMDGPU] Add Reset function to GCNHazardRecognizer

Reset the tracked emitted instructions when starting scheduling on a new
region.

Reviewed By: rampitec

Differential Revision: https://reviews.llvm.org/D90347




More information about the All-commits mailing list