[PATCH] D148906: [AMDGPU] Remove incompatible attributes of function in amdgpu-remove-incompatible-functions pass
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Apr 21 05:57:12 PDT 2023
    
    
  
arsenm added a comment.
In D148906#4286691 <https://reviews.llvm.org/D148906#4286691>, @foad wrote:
>> Currently, wavfrontsize32 is being appended by device-libs to some functions for gfx9 targets.
>
> Why? That seems wrong.
It is wrong but that’s how the library is currently structured. All code coexists in the same IR, and there are some wave32 only functions
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148906/new/
https://reviews.llvm.org/D148906
    
    
More information about the llvm-commits
mailing list