[all-commits] [llvm/llvm-project] aabf6e: [AMDGPU] Pre-commit test for wait between agpr & vgpr

Joe Nash via All-commits all-commits at lists.llvm.org
Mon Feb 14 12:07:24 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aabf6e65fde796fe936988e2f86aec791188954a
      https://github.com/llvm/llvm-project/commit/aabf6e65fde796fe936988e2f86aec791188954a
  Author: Joe Nash <Joseph.Nash at amd.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/waitcnt-agpr.mir

  Log Message:
  -----------
  [AMDGPU] Pre-commit test for wait between agpr & vgpr

Due to a typo of 256 to 226, the SIInsertWaitcnt pass thinks
several registers are aliased from a waitcnt PoV including vgpr226
and agpr0, vgpr227 and agpr1...

This is a test of the behavior.
NFC.

Reviewed By: rampitec

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




More information about the All-commits mailing list