[clang] [llvm] [AMDGPU] Extend readlane, writelane and readfirstlane intrinsic lowering for generic types (PR #89217)
    Vikram Hegde via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun 14 02:34:20 PDT 2024
    
    
  
vikramRH wrote:
> That's another option. The only real plus to the intermediate is it's slightly less annoying to write combines for. But there are limited combining opportunities for these
we now legalize to intrinsics directly. The SDAG lowering uses a new helper to unroll vector cases while also handling convergence tokens
https://github.com/llvm/llvm-project/pull/89217
    
    
More information about the llvm-commits
mailing list