[PATCH] D120976: [AMDGPU] Add llvm.amdgcn.s.setprio intrinsic
    Austin Kerbow via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar  7 09:19:21 PST 2022
    
    
  
kerbowa added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.setprio.ll:19
+; GCN-NEXT:    s_setprio 0xffff
+; GCN-NEXT:    s_setprio 0x10000
+; GCN-NEXT:    s_setprio -1
----------------
arsenm wrote:
> This is printing an unencodable value, should have sign extended or something
Do you mean the test should have a sign extend or that it should not select with an unencodable value?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120976/new/
https://reviews.llvm.org/D120976
    
    
More information about the llvm-commits
mailing list