[clang] [llvm] [HLSL] Implement `WaveReadLaneAt` intrinsic (PR #111010)
    Farzon Lotfi via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct  8 18:16:14 PDT 2024
    
    
  
================
@@ -87,6 +87,7 @@ class CGHLSLRuntime {
   GENERATE_HLSL_INTRINSIC_FUNCTION(SDot, sdot)
   GENERATE_HLSL_INTRINSIC_FUNCTION(UDot, udot)
   GENERATE_HLSL_INTRINSIC_FUNCTION(WaveIsFirstLane, wave_is_first_lane)
+  GENERATE_HLSL_INTRINSIC_FUNCTION(WaveReadLaneAt, waveReadLaneAt)
----------------
farzonl wrote:
This is my bad. Finn was using the llvm convention. I didn’t like the way it looked.
https://github.com/llvm/llvm-project/pull/111010
    
    
More information about the llvm-commits
mailing list