[llvm] [clang] Enable OpenCL hostcall printf (WIP) (PR #72556)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 16 18:29:40 PST 2023


================
@@ -170,20 +173,46 @@ static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg,
   return callAppendStringN(Builder, Desc, Arg, Length, IsLast);
 }
 
+static Value *appendVectorArg(IRBuilder<> &Builder, Value *Desc, Value *Arg,
----------------
arsenm wrote:

All of the codegen changes here should be a separate commit 

https://github.com/llvm/llvm-project/pull/72556


More information about the cfe-commits mailing list