================ @@ -230,6 +230,14 @@ static StructType *getSplitDoubleType(LLVMContext &Context) { return StructType::create({Int32Ty, Int32Ty}, "dx.types.splitdouble"); } +static StructType *getBinaryWithCarryType(LLVMContext &Context) { ---------------- inbelic wrote:
This is maybe something that we could consider being generated from `DXIL.td`, alongside the other custom struct types. Maybe not for this pull request, but we can make a note here for the follow up pr: https://github.com/llvm/llvm-project/issues/113192 https://github.com/llvm/llvm-project/pull/125319 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits