[llvm] [AMDGPU] don't mark control-flow intrinsics as convergent (PR #90026)
    Sameer Sahasrabuddhe via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Apr 28 23:49:48 PDT 2024
    
    
  
================
@@ -3143,25 +3143,37 @@ def int_amdgcn_cvt_sr_fp8_f32 : ClangBuiltin<"__builtin_amdgcn_cvt_sr_fp8_f32">,
 // Special Intrinsics for backend internal use only. No frontend
 // should emit calls to these.
 // ===----------------------------------------------------------------------===//
+//
+// This is really a workaround to allow control flow lowering in the presence of
----------------
ssahasra wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/90026
    
    
More information about the llvm-commits
mailing list