[clang] [llvm] [HLSL] [DXIL] Implement the `AddUint64` HLSL function and the `UAddc` DXIL op (PR #125319)
    Finn Plummer via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb  3 09:30:06 PST 2025
    
    
  
================
@@ -19105,6 +19105,51 @@ Value *CodeGenFunction::EmitHLSLBuiltinExpr(unsigned BuiltinID,
     return nullptr;
 
   switch (BuiltinID) {
+  case Builtin::BI__builtin_hlsl_adduint64: {
----------------
inbelic wrote:
Ah, I see that you have it in the commit notes. I still think it would be worth noting with more context here
https://github.com/llvm/llvm-project/pull/125319
    
    
More information about the llvm-commits
mailing list