[PATCH] D128270: [AMDGPU] New AMDGPUInsertDelayAlu pass

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 06:03:26 PDT 2022


foad added a comment.

For tests with generated checks: if the only difference was adding a bunch of s_delay_alu instructions then I regenerated the checks. If it was more disruptive (e.g. if it meant that shared prefixes could no longer be used) then I added -amdgpu-enable-delay-alu=0 to the GFX11 RUN lines instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128270



More information about the llvm-commits mailing list