[PATCH] D119750: [AMDGPU] Pre-commit test for wait between agpr & vgpr

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 11:54:14 PST 2022


rampitec added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/waitcnt-agpr.mir:65
+  ; GCN-NEXT:   successors: %bb.1(0x80000000)
+  ; GCN-NEXT: {{  $}}
+  ; GCN-NEXT:   S_WAITCNT 0
----------------
Joe_Nash wrote:
> Joe_Nash wrote:
> > Why are these {{ $}} lines showing up? Is that a problem?
> This is the result from running the utils/update_mir_test_checks.py script. The pattern is now CHECK-NEXT, and these are whitespace lines to exactly match whitespace lines in the output. @rampitec please let me know if its ok.
This is OK, go ahead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119750



More information about the llvm-commits mailing list