[PATCH] D130105: [NFC][AMDGPU] Refactor AMDGPUDisassembler
    Caroline Tice via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep 20 21:45:03 PDT 2022
    
    
  
cmtice added a comment.
This commit appears to be causing our bootstrap builds to fail, while running these tests.  The error we get for kd-vgpr.s is 
[  5] ;--- 1.s
[  6] ; RUN: %assemble -mcpu=gfx908 <1.s >1.o [FAIL]
%assemble -mcpu=gfx908 <1.s >1.o
bash: line 0: fg: no job control
Command failed: exit status 1
The error we get for kd-sgpr.s is 
[  6] ;; Only set next_free_sgpr.
[  7] ; RUN: %assemble -mcpu=gfx908 <1.s >1.o [FAIL]
%assemble -mcpu=gfx908 <1.s >1.o
bash: line 0: fg: no job control
Command failed: exit status 1
Could you revert this commit until these issues are fixed?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130105/new/
https://reviews.llvm.org/D130105
    
    
More information about the llvm-commits
mailing list